Skip to content

Commit

Permalink
remove the restriction for rails version
Browse files Browse the repository at this point in the history
  • Loading branch information
dmitrytrager authored and vast committed Oct 10, 2013
1 parent 0ba6468 commit 4551e57
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion api_taster.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ Gem::Specification.new do |s|
s.files = `git ls-files`.split($\)
s.test_files = Dir["spec/**/*"]

s.add_dependency 'rails', '~> 4.0.0'
s.add_dependency 'rails', '>= 4.0'
s.add_dependency 'jquery-rails'
s.add_dependency 'sass-rails'
s.add_dependency 'bootstrap-sass', '~> 2.1'
Expand Down

0 comments on commit 4551e57

Please sign in to comment.