Skip to content

Commit e07d7f2

Browse files
martencasselekohl
authored andcommitted
drop support for Ruby 2.2.2
- Removed Ruby 2.2.2 from Gemfile
1 parent 3e0ab2b commit e07d7f2

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
@@ -4,11 +4,6 @@ source 'https://rubygems.org'
44
gemspec
55

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

0 commit comments

Comments
 (0)