Skip to content

Commit

Permalink
Only support rails 3.2 for now
Browse files Browse the repository at this point in the history
  • Loading branch information
fredwu committed Jul 19, 2013
1 parent 062c952 commit df16bbb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 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.2.13'
s.add_dependency 'rails', '~> 3.2.0'
s.add_dependency 'jquery-rails'
s.add_dependency 'sass-rails'
s.add_dependency 'bootstrap-sass', '~> 2.1'
Expand All @@ -25,5 +25,5 @@ Gem::Specification.new do |s|
s.add_development_dependency 'simplecov'
s.add_development_dependency 'rspec-rails', '~> 2.13.2'
s.add_development_dependency 'pry'
s.add_development_dependency 'thin', '~> 1.5.1'
s.add_development_dependency 'thin'
end

0 comments on commit df16bbb

Please sign in to comment.