Skip to content

Commit

Permalink
Removed a specific rails version
Browse files Browse the repository at this point in the history
  • Loading branch information
stefanvermaas committed Apr 23, 2014
1 parent 21c99a2 commit 26ac90b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion js_assets.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ Gem::Specification.new do |s|
s.files = `git ls-files`.split("\n")
s.test_files = Dir["test/**/*"]

s.add_dependency "rails", "~> 4.0.0"
s.add_dependency "rails"

s.add_development_dependency "yard"
end

0 comments on commit 26ac90b

Please sign in to comment.