Skip to content

Commit 7d685a2

Browse files
committed
Allow modern bundler and rake
1 parent abfb66a commit 7d685a2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Gemfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,8 @@ source 'https://rubygems.org'
44
gemspec
55

66
# TODO: add to gemspec
7-
gem "bundler", "~> 1.11"
8-
gem "rake", "~> 12.0"
7+
gem "bundler", ">= 1.11"
8+
gem "rake", ">= 12.0"
99

1010
gem 'byebug', group: %i[development test] if !Gem.win_platform? && RUBY_ENGINE == "ruby"
1111

0 commit comments

Comments
 (0)