Skip to content

Commit

Permalink
Bumped Ruby to 3.3.3 (#157)
Browse files Browse the repository at this point in the history
  • Loading branch information
schinery committed Jun 20, 2024
1 parent 5bd199f commit 02efde4
Show file tree
Hide file tree
Showing 4 changed files with 26 additions and 14 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,6 @@ jobs:
- uses: ruby/setup-ruby@v1
with:
bundler-cache: true
ruby-version: "3.3.2"
ruby-version: "3.3.3"
- run: bundle exec rubocop
- run: bundle exec rake test
2 changes: 1 addition & 1 deletion .ruby-version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
3.3.2
3.3.3
5 changes: 5 additions & 0 deletions Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,11 @@

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
31 changes: 19 additions & 12 deletions Gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
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 @@ -97,15 +105,15 @@ GEM
diff-lcs (1.5.1)
docile (1.4.0)
drb (2.2.1)
erubi (1.12.0)
erubi (1.13.0)
faker (3.4.1)
i18n (>= 1.8.11, < 2)
globalid (1.2.1)
activesupport (>= 6.1)
i18n (1.14.5)
concurrent-ruby (~> 1.0)
io-console (0.7.2)
irb (1.13.1)
irb (1.13.2)
rdoc (>= 4.0.0)
reline (>= 0.4.2)
json (2.7.2)
Expand All @@ -120,23 +128,21 @@ GEM
net-smtp
marcel (1.0.4)
mini_mime (1.1.5)
minitest (5.23.1)
minitest (5.24.0)
mutex_m (0.2.0)
net-imap (0.4.12)
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)
net-protocol
nio4r (2.7.3)
nokogiri (1.16.5-arm64-darwin)
nokogiri (1.16.6-arm64-darwin)
racc (~> 1.4)
nokogiri (1.16.5-x86_64-darwin)
nokogiri (1.16.6-x86_64-darwin)
racc (~> 1.4)
nokogiri (1.16.5-x86_64-linux)
nokogiri (1.16.6-x86_64-linux)
racc (~> 1.4)
parallel (1.25.1)
parser (3.3.3.0)
Expand Down Expand Up @@ -197,7 +203,7 @@ GEM
rspec-mocks (~> 3.13.0)
rspec-core (3.13.0)
rspec-support (~> 3.13.0)
rspec-expectations (3.13.0)
rspec-expectations (3.13.1)
diff-lcs (>= 1.2.0, < 2.0)
rspec-support (~> 3.13.0)
rspec-mocks (3.13.1)
Expand Down Expand Up @@ -259,7 +265,7 @@ GEM
websocket-driver (0.7.6)
websocket-extensions (>= 0.1.0)
websocket-extensions (0.1.5)
zeitwerk (2.6.15)
zeitwerk (2.6.16)

PLATFORMS
arm64-darwin-20
Expand All @@ -273,10 +279,11 @@ PLATFORMS

DEPENDENCIES
boxt_rubocop!
net-pop!
rails (>= 7.0.2.3, < 8)
rake (~> 13.2)
rspec (~> 3.13)
simplecov (~> 0.22)

BUNDLED WITH
2.5.11
2.5.13

0 comments on commit 02efde4

Please sign in to comment.