Skip to content

Commit

Permalink
Skip Rails 3.2.22.1 because it breaks 1.8 compat
Browse files Browse the repository at this point in the history
  • Loading branch information
mislav committed Feb 14, 2016
1 parent 76d0ef3 commit 2630c03
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions .gitignore
Expand Up @@ -6,3 +6,4 @@ coverage
/bin
vendor/bundle
tags
.ruby-version
2 changes: 1 addition & 1 deletion Gemfile.rails3.2
@@ -1,6 +1,6 @@
source 'http://rubygems.org'

rails_version = '~> 3.2.0'
rails_version = ['~> 3.2.22', '!= 3.2.22.1']

gem 'activerecord', rails_version
gem 'actionpack', rails_version
Expand Down

0 comments on commit 2630c03

Please sign in to comment.