Skip to content

Commit

Permalink
Fix #13 update semantic gem version
Browse files Browse the repository at this point in the history
  • Loading branch information
jhx committed Feb 18, 2014
1 parent 06d8fee commit 92030ad
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion github-css-rails.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,6 @@ Gem::Specification.new do |spec|
spec.add_development_dependency "rails", "~> 3.2.14"
spec.add_development_dependency "rake", "~> 10.1.0"
spec.add_development_dependency "rspec-rails", "~> 2.14.0"
spec.add_development_dependency "semantic", "~> 1.2.1"
spec.add_development_dependency 'semantic', '~> 1.3.0'
spec.add_development_dependency "sqlite3", "~> 1.3.8"
end

0 comments on commit 92030ad

Please sign in to comment.