Skip to content

Commit

Permalink
Merge pull request #44 from fs/lock-dependency-versions-to-rails-3
Browse files Browse the repository at this point in the history
Lock version
  • Loading branch information
fredwu committed Jul 19, 2013
2 parents 39b288c + 56782a8 commit 83864a7
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions 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', '>= 3.1.0'
s.add_dependency 'rails', '~> 3.2.13'
s.add_dependency 'jquery-rails'
s.add_dependency 'sass-rails'
s.add_dependency 'bootstrap-sass', '~> 2.1'
Expand All @@ -23,7 +23,7 @@ Gem::Specification.new do |s|

s.add_development_dependency 'rake'
s.add_development_dependency 'simplecov'
s.add_development_dependency 'rspec-rails'
s.add_development_dependency 'rspec-rails', '~> 2.13.2'
s.add_development_dependency 'pry'
s.add_development_dependency 'thin'
s.add_development_dependency 'thin', '~> 1.5.1'
end

0 comments on commit 83864a7

Please sign in to comment.