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 3e0ab2b commit e07d7f2Copy full SHA for e07d7f2
Gemfile
@@ -4,11 +4,6 @@ source 'https://rubygems.org'
4
gemspec
5
6
group :development do
7
- if RUBY_VERSION < '2.2.2'
8
- gem 'rack-test', '~> 0.7.0'
9
- else
10
- gem 'rack-test'
11
- end
12
-
+ gem 'rack-test'
13
gem 'smart_proxy', :git => 'https://github.com/theforeman/smart-proxy.git', :branch => 'develop'
14
end
0 commit comments