Skip to content

Commit

Permalink
Change rails version in Appraisals
Browse files Browse the repository at this point in the history
Change it from 3.2.15 to 3.2.0. We'll let bundler handle installing the
latest version. With `~>` the last number doesn't really matter anyway.
  • Loading branch information
Jon Yurek committed Jun 13, 2015
1 parent a5f4dd8 commit 5ddec60
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion Appraisals
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
appraise "3.2" do
gem "rails", "~> 3.2.15"
gem "rails", "~> 3.2.0"
gem "paperclip", :path => "../"
end

Expand Down
4 changes: 2 additions & 2 deletions gemfiles/3.2.gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,13 +2,13 @@

source "https://rubygems.org"

gem "sqlite3", "1.3.8", :platforms => :ruby
gem "sqlite3", "~> 1.3.8", :platforms => :ruby
gem "jruby-openssl", :platforms => :jruby
gem "activerecord-jdbcsqlite3-adapter", :platforms => :jruby
gem "rubysl", :platforms => :rbx
gem "racc", :platforms => :rbx
gem "pry"
gem "rails", "~> 3.2.15"
gem "rails", "~> 3.2.0"
gem "paperclip", :path => "../"

group :development, :test do
Expand Down
2 changes: 1 addition & 1 deletion gemfiles/4.0.gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

source "https://rubygems.org"

gem "sqlite3", "1.3.8", :platforms => :ruby
gem "sqlite3", "~> 1.3.8", :platforms => :ruby
gem "jruby-openssl", :platforms => :jruby
gem "activerecord-jdbcsqlite3-adapter", :platforms => :jruby
gem "rubysl", :platforms => :rbx
Expand Down
2 changes: 1 addition & 1 deletion gemfiles/4.1.gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

source "https://rubygems.org"

gem "sqlite3", "1.3.8", :platforms => :ruby
gem "sqlite3", "~> 1.3.8", :platforms => :ruby
gem "jruby-openssl", :platforms => :jruby
gem "activerecord-jdbcsqlite3-adapter", :platforms => :jruby
gem "rubysl", :platforms => :rbx
Expand Down
2 changes: 1 addition & 1 deletion gemfiles/4.2.gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

source "https://rubygems.org"

gem "sqlite3", "1.3.8", :platforms => :ruby
gem "sqlite3", "~> 1.3.8", :platforms => :ruby
gem "jruby-openssl", :platforms => :jruby
gem "activerecord-jdbcsqlite3-adapter", :platforms => :jruby
gem "rubysl", :platforms => :rbx
Expand Down

0 comments on commit 5ddec60

Please sign in to comment.