Skip to content

Commit

Permalink
Merge branch 'rails40'
Browse files Browse the repository at this point in the history
  • Loading branch information
xdite committed May 2, 2013
2 parents f6d17c5 + 034fcff commit 4495e88
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 5 deletions.
2 changes: 1 addition & 1 deletion Gemfile
Expand Up @@ -5,4 +5,4 @@ gemspec



gem "simple_form"
gem "simple_form", "3.0.0.beta1"
7 changes: 3 additions & 4 deletions bootstrap_helper.gemspec
Expand Up @@ -15,14 +15,13 @@ Gem::Specification.new do |gem|
gem.require_paths = ["lib"]
gem.version = BootstrapHelper::Rails::VERSION

gem.add_dependency "railties", "~> 3.0"
gem.add_dependency "railties", "4.0.0.beta1"
gem.add_dependency "thor", "~> 0.14"
gem.add_dependency "simple_form", "~> 2.0.2"
gem.add_dependency "will_paginate", '>= 3.0.3'
gem.add_development_dependency("rspec-rails")
gem.add_development_dependency("capybara", ">= 0.4.0")
gem.add_development_dependency("sqlite3")
gem.add_development_dependency "bundler", ">= 1.0.0"
gem.add_development_dependency "rails", "~> 3.0"
gem.add_development_dependency "bundler", ">= 1.3.0"
gem.add_development_dependency "rails", "4.0.0.beta1"
end

0 comments on commit 4495e88

Please sign in to comment.