Skip to content

Commit

Permalink
Specify bundler version so it can run on Ruby 2.7 on CI.
Browse files Browse the repository at this point in the history
  • Loading branch information
rogerluan committed Jun 13, 2024
1 parent 3c85b60 commit 857b322
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
1 change: 1 addition & 0 deletions Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -12,3 +12,4 @@ gem "rubocop-rake"
gem "rubocop-rspec"
gem "simplecov", require: false, group: :test
gem "tty-prompt"
gem "bundler", "< 2.5" # 2.4.x is the latest that supports Ruby 2.7, which is the minimum required by Arkana
5 changes: 3 additions & 2 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -80,13 +80,14 @@ GEM
yaml (0.3.0)

PLATFORMS
arm64-darwin-21
ruby
x86_64-darwin-19
x86_64-linux
arm64-darwin-23

DEPENDENCIES
arkana!
bundler (< 2.5)
rake
rspec
rubocop
Expand All @@ -96,4 +97,4 @@ DEPENDENCIES
tty-prompt

BUNDLED WITH
2.5.9
2.3.27

0 comments on commit 857b322

Please sign in to comment.