Skip to content

Commit

Permalink
Rails 4.0.0 is out!
Browse files Browse the repository at this point in the history
  • Loading branch information
mshibuya committed Jun 26, 2013
1 parent 3ab602d commit 3f28de0
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions rails_admin.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -15,10 +15,10 @@ Gem::Specification.new do |spec|
spec.add_dependency 'kaminari', '~> 0.14'
spec.add_dependency 'nested_form', '~> 0.3'
spec.add_dependency 'rack-pjax', '~> 0.6'
spec.add_dependency 'rails', '~> 4.0.0.rc2'
spec.add_dependency 'rails', '~> 4.0.0'
spec.add_dependency 'remotipart', '~> 1.0'
spec.add_dependency 'safe_yaml', '~> 0.6'
spec.add_dependency 'sass-rails', '~> 4.0.0.rc2'
spec.add_dependency 'sass-rails', '~> 4.0.0'
spec.add_development_dependency 'bundler', '~> 1.0'
spec.authors = ["Erik Michaels-Ober", "Bogdan Gaza", "Petteri Kaapa", "Benoit Benezech"]
spec.cert_chain = ['certs/sferik.pem']
Expand Down
6 changes: 3 additions & 3 deletions spec/dummy_app/Gemfile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
source 'https://rubygems.org'

gem 'rails', '~> 4.0.0.rc2'
gem 'rails', '~> 4.0.0'
gem 'rack-cache', :require => 'rack/cache'

group :active_record do
Expand Down Expand Up @@ -48,8 +48,8 @@ gem 'rails_admin', :path => '../../'
# Gems used only for assets and not required
# in production environments by default.
group :assets do
gem 'sass-rails', '~> 4.0.0.rc2'
gem 'coffee-rails', '~> 4.0.0.rc2'
gem 'sass-rails', '~> 4.0.0'
gem 'coffee-rails', '~> 4.0.0'

# See https://github.com/sstephenson/execjs#readme for more supported runtimes
# gem 'therubyracer'
Expand Down

0 comments on commit 3f28de0

Please sign in to comment.