Skip to content

Commit 4e7a517

Browse files
committed
Don’t bother supporting Rails 3.1.
Rails 3.1 doesn't support `watchable_files` (amongst other things). Also, I'm assume nobody is actually using react-rails with Rails 3.1 as there'd probably be a bug report by now.
1 parent 33e9fa5 commit 4e7a517

File tree

2 files changed

+0
-14
lines changed

2 files changed

+0
-14
lines changed

Appraisals

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,3 @@
1-
appraise "rails-3.1" do
2-
gem 'rails', '~> 3.1.12'
3-
# Buggy sprockets can break tests under Ruby 2.0. Use a decent version.
4-
# See https://github.com/sstephenson/sprockets/issues/352
5-
#gem 'sprockets', '>= 2.2.2'
6-
end
7-
81
appraise "rails-3.2" do
92
gem 'rails', '~> 3.2.21'
103
end

gemfiles/rails_3.1.gemfile

Lines changed: 0 additions & 7 deletions
This file was deleted.

0 commit comments

Comments
 (0)