Skip to content

Commit

Permalink
Merge pull request izaurio#1 from stefanvermaas/master
Browse files Browse the repository at this point in the history
Removed a specific rails version
  • Loading branch information
izaurio committed Apr 23, 2014
2 parents 21c99a2 + 26ac90b commit 28cf371
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 28cf371

Please sign in to comment.