You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
19 lines
509 B
19 lines
509 B
--- Gemfile
|
|
+++ Gemfile
|
|
@@ -14,13 +14,11 @@
|
|
end
|
|
|
|
group :test, :development do
|
|
- gem 'rake', '> 10.0', '< 12'
|
|
+ gem 'rake', '> 10.0', '< 12.1'
|
|
gem 'simplecov', :require => false
|
|
gem 'coveralls', :require => false, :platforms => [
|
|
:ruby_20, :ruby_21, :ruby_22, :ruby_23
|
|
]
|
|
- # Used to test compatibility.
|
|
- gem 'rack-mount', git: 'https://github.com/sporkmonger/rack-mount.git', require: 'rack/mount'
|
|
|
|
if RUBY_VERSION.start_with?('2.0', '2.1')
|
|
gem 'rack', '< 2', :require => false
|
|
|