Skip to content

Commit bc1292c

Browse files
committed
Drop Ruby 1 support
1 parent 4e368e6 commit bc1292c

File tree

3 files changed

+1
-7
lines changed

3 files changed

+1
-7
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -167,7 +167,7 @@ end
167167

168168
## Supported versions
169169

170-
* Ruby 1.8.7, 1.9.2, 1.9.3, 2.0, 2.1, 2.2, 2.3, 2.4 (trunk)
170+
* Ruby 2.0, 2.1, 2.2, 2.3, 2.4 (trunk)
171171

172172
* Rails 3.0.x, 3.1.x, 3.2.x, 4.0.x, 4.1, 4.2, 5.0 (edge)
173173

gemfiles/Gemfile.rails-3.1

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,6 @@ source 'https://rubygems.org'
22

33
gem 'railties', '~> 3.1.0'
44
gem 'activerecord', '~> 3.1.0'
5-
if RUBY_VERSION <= '1.8.7'
6-
gem 'i18n', '~> 0.6.11'
7-
end
85
gem 'nokogiri', '~> 1.5.0'
96
gem 'rspec-rails', '~> 2.14.1'
107
gem 'test-unit'

gemfiles/Gemfile.rails-3.2

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,6 @@ source 'https://rubygems.org'
22

33
gem 'railties', '~> 3.2.0'
44
gem 'activerecord', '~> 3.2.0'
5-
if RUBY_VERSION <= '1.8.7'
6-
gem 'i18n', '~> 0.6.11'
7-
end
85
gem 'nokogiri', '~> 1.5.0'
96
gem 'rspec-rails', '~> 2.14.1'
107
gem 'test-unit'

0 commit comments

Comments
 (0)