Skip to content

Commit

Permalink
Update rails dependency to version 3.0.10
Browse files Browse the repository at this point in the history
  • Loading branch information
sferik committed Aug 17, 2011
1 parent 5a3eec9 commit 042b554
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
2 changes: 0 additions & 2 deletions Gemfile
Expand Up @@ -4,8 +4,6 @@ source 'http://rubygems.org'
# put test-only gems in this group so their generators
# and rake tasks are available in development mode:
group :development, :test do
gem 'rails', '~> 3.0.0'

platforms :jruby do
gem 'jruby-openssl', '~> 0.7'
case ENV['CI_DB_ADAPTER']
Expand Down
2 changes: 1 addition & 1 deletion rails_admin.gemspec
Expand Up @@ -14,7 +14,7 @@ Gem::Specification.new do |gem|
gem.add_development_dependency 'yard', '~> 0.7'
gem.add_runtime_dependency 'builder', '~> 2.1.0'
gem.add_runtime_dependency 'haml', ['>= 3.1.0', '< 3.3.0']
gem.add_runtime_dependency 'rails', '~> 3.0.9'
gem.add_runtime_dependency 'rails', '~> 3.0.10'

gem.authors = ["Erik Michaels-Ober", "Bogdan Gaza", "Petteri Kääpä"]
gem.description = %q{RailsAdmin is a Rails engine that provides an easy-to-use interface for managing your data}
Expand Down

0 comments on commit 042b554

Please sign in to comment.