Skip to content

Commit f100ec6

Browse files
committed
drop support for Ruby 2.2.2
- Removed Ruby 2.2.2 from Gemfile
1 parent 4501849 commit f100ec6

File tree

1 file changed

+1
-6
lines changed

1 file changed

+1
-6
lines changed

Gemfile

+1-6
Original file line numberDiff line numberDiff line change
@@ -2,11 +2,6 @@ source 'https://rubygems.org'
22
gemspec
33

44
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-
5+
gem 'rack-test'
116
gem 'smart_proxy', :git => 'https://github.com/theforeman/smart-proxy.git', :branch => 'develop'
127
end

0 commit comments

Comments
 (0)