Skip to content

Commit

Permalink
Loosen coffee-rails dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
ncri committed May 22, 2015
1 parent 4e30d63 commit 271a80f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion nested_form_fields.gemspec
Expand Up @@ -18,7 +18,7 @@ Gem::Specification.new do |gem|
gem.license = 'MIT'

gem.add_dependency 'rails', '>= 3.2.0'
gem.add_dependency 'coffee-rails', '~> 3.2.1'
gem.add_dependency 'coffee-rails', '>= 3.2.1'
gem.add_dependency 'jquery-rails'

gem.add_development_dependency 'rspec-rails', '2.9.0'
Expand Down

0 comments on commit 271a80f

Please sign in to comment.