We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent abfb66a commit 7d685a2Copy full SHA for 7d685a2
Gemfile
@@ -4,8 +4,8 @@ source 'https://rubygems.org'
4
gemspec
5
6
# TODO: add to gemspec
7
-gem "bundler", "~> 1.11"
8
-gem "rake", "~> 12.0"
+gem "bundler", ">= 1.11"
+gem "rake", ">= 12.0"
9
10
gem 'byebug', group: %i[development test] if !Gem.win_platform? && RUBY_ENGINE == "ruby"
11
0 commit comments