Skip to content

Commit

Permalink
Rails 4.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
tagliala committed Dec 20, 2014
1 parent abaeb9d commit 9f41ff9
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Appraisals
Expand Up @@ -7,5 +7,5 @@ appraise 'rails-4.1' do
end

appraise 'rails-4.2' do
gem 'rails', '~> 4.2.0.rc3'
gem 'rails', '~> 4.2.0'
end
2 changes: 1 addition & 1 deletion client_side_validations.gemspec
Expand Up @@ -16,7 +16,7 @@ Gem::Specification.new do |s|
s.files = `git ls-files -- {lib/*,vendor/*,*.gemspec}`.split("\n")
s.require_paths = ["lib"]

s.add_development_dependency 'rails', '>= 4.0.0', '<= 4.2.0.rc3'
s.add_development_dependency 'rails', '>= 4.0.0', '< 4.3.0'
s.add_development_dependency 'sqlite3', '~> 1.3'
s.add_development_dependency 'mocha', '~> 1.1'
s.add_development_dependency 'm', '~> 1.3'
Expand Down
2 changes: 1 addition & 1 deletion gemfiles/rails_4.2.gemfile
Expand Up @@ -3,6 +3,6 @@
source "http://rubygems.org"

gem "byebug"
gem "rails", "~> 4.2.0.rc3"
gem "rails", "~> 4.2.0"

gemspec :path => "../"

0 comments on commit 9f41ff9

Please sign in to comment.