We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4501849 commit f100ec6Copy full SHA for f100ec6
Gemfile
@@ -2,11 +2,6 @@ source 'https://rubygems.org'
2
gemspec
3
4
group :development do
5
- if RUBY_VERSION < '2.2.2'
6
- gem 'rack-test', '~> 0.7.0'
7
- else
8
- gem 'rack-test'
9
- end
10
-
+ gem 'rack-test'
11
gem 'smart_proxy', :git => 'https://github.com/theforeman/smart-proxy.git', :branch => 'develop'
12
end
0 commit comments