Skip to content

Commit

Permalink
Bumped Ruby to 3.3.4 (#211)
Browse files Browse the repository at this point in the history
  • Loading branch information
schinery authored Jul 9, 2024
1 parent 4bce3bb commit e679575
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 17 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
- uses: ruby/setup-ruby@v1
with:
bundler-cache: true
ruby-version: "3.3.3"
ruby-version: "3.3.4"
- run: bundle exec rubocop
test:
runs-on: ubuntu-latest
Expand Down
2 changes: 1 addition & 1 deletion .ruby-version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
3.3.3
3.3.4
5 changes: 0 additions & 5 deletions Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,6 @@

source "https://rubygems.org"

# Needed until Ruby 3.3.4 is released
# * https://github.com/ruby/net-pop/issues/26
# * https://github.com/ruby/ruby/pull/11006
gem "net-pop", github: "ruby/net-pop", tag: "v0.1.2"

gemspec

group :development do
Expand Down
13 changes: 3 additions & 10 deletions Gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,11 +1,3 @@
GIT
remote: https://github.com/ruby/net-pop.git
revision: 9181fd5bd3d70e9144d04fbb2d2887378bb03ba0
tag: v0.1.2
specs:
net-pop (0.1.2)
net-protocol

PATH
remote: .
specs:
Expand Down Expand Up @@ -135,6 +127,8 @@ GEM
net-imap (0.4.13)
date
net-protocol
net-pop (0.1.2)
net-protocol
net-protocol (0.2.2)
timeout
net-smtp (0.5.0)
Expand Down Expand Up @@ -295,7 +289,6 @@ PLATFORMS
DEPENDENCIES
boxt_rubocop (= 2.7.0)
filta!
net-pop!
rake (~> 13.2)
rspec (~> 3.13)
rspec-rails (~> 6.1)
Expand All @@ -304,4 +297,4 @@ DEPENDENCIES
with_model (~> 2.1)

BUNDLED WITH
2.5.13
2.5.14

0 comments on commit e679575

Please sign in to comment.