We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents e0aa6bd + 5d57098 commit 9070ea5Copy full SHA for 9070ea5
1 file changed
Gemfile
@@ -20,15 +20,4 @@ group :test do
20
gem 'capybara'
21
gem 'poltergeist'
22
gem 'jquery-ui-rails', '~> 5.0'
23
-
24
- platform :ruby_19 do # Remove this block when we drop support for Ruby 1.9
25
- gem 'mime-types', '< 3'
26
- gem 'nokogiri', '< 1.7'
27
- gem 'public_suffix', '< 1.5'
28
- gem 'term-ansicolor', '< 1.4'
29
- gem 'tins', '< 1.3.4'
30
- gem 'selenium-webdriver', '< 3.0'
31
- end
32
33
34
end
0 commit comments