Commit 83af529f by Jon Yurek

Gem dependency fixes

A number of people were reporting that there were issues with the gem
dependency specifications changes we made recently. This will revert
them.
parent 397457c4
...@@ -8,7 +8,7 @@ gem "activerecord-jdbcsqlite3-adapter", :platforms => :jruby ...@@ -8,7 +8,7 @@ gem "activerecord-jdbcsqlite3-adapter", :platforms => :jruby
gem "rubysl", :platforms => :rbx gem "rubysl", :platforms => :rbx
gem "racc", :platforms => :rbx gem "racc", :platforms => :rbx
gem "pry" gem "pry"
gem "rails", ">= 3.2.0" gem "rails", "~> 3.2.15"
gem "paperclip", :path => "../" gem "paperclip", :path => "../"
group :development, :test do group :development, :test do
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment