Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Support Rails 4 RC2 #33

Open
wants to merge 2 commits into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
4 changes: 2 additions & 2 deletions bootstrap_helper.gemspec
Expand Up @@ -15,13 +15,13 @@ Gem::Specification.new do |gem|
gem.require_paths = ["lib"]
gem.version = BootstrapHelper::Rails::VERSION

gem.add_dependency "railties", "4.0.0.rc1"
gem.add_dependency "railties", "~> 4.0.0.rc1"
gem.add_dependency "thor", "~> 0.14"
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.3.0"
gem.add_development_dependency "rails", "4.0.0.rc1"
gem.add_development_dependency "rails", "~> 4.0.0.rc1"
end