Skip to content

Commit

Permalink
📦️ Ruby 3.2 gem build experiment
Browse files Browse the repository at this point in the history
  • Loading branch information
mkarlesky committed May 7, 2024
1 parent 359f608 commit 4f9348b
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@

source "http://rubygems.org/"

gem "bundler"
gem "bundler", "~> 2.5"
gem "rake"
gem "rspec", "~> 3.8"
gem "require_all"
Expand Down
7 changes: 5 additions & 2 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -26,10 +26,13 @@ GEM
unicode-display_width (2.5.0)

PLATFORMS
ruby
x64-mingw32
x86_64-darwin-22
x86_64-linux

DEPENDENCIES
bundler
bundler (~> 2.5)
constructor
deep_merge
diy
Expand All @@ -41,4 +44,4 @@ DEPENDENCIES
unicode-display_width

BUNDLED WITH
2.4.17
2.5.10

0 comments on commit 4f9348b

Please sign in to comment.