diff --git a/Gemfile b/Gemfile index 4d5c5573..719cab69 100644 --- a/Gemfile +++ b/Gemfile @@ -2,7 +2,7 @@ source :gemcutter source "http://gems.github.com/" gem "rake", "~>0.8.7" -gem "rails", "~>2.3.15" +gem "rails", "~>2.3" gem "highline", "~>1.5.0" gem "RedCloth", "4.2.8" gem "sanitize", "~>1.2.1" diff --git a/Gemfile.lock b/Gemfile.lock index 333048cc..37d5834d 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -16,16 +16,16 @@ GEM RedCloth (4.2.8) ZenTest (4.8.3) aasm (2.2.1) - actionmailer (2.3.15) - actionpack (= 2.3.15) - actionpack (2.3.15) - activesupport (= 2.3.15) - rack (~> 1.1.3) - activerecord (2.3.15) - activesupport (= 2.3.15) - activeresource (2.3.15) - activesupport (= 2.3.15) - activesupport (2.3.15) + actionmailer (2.3.16) + actionpack (= 2.3.16) + actionpack (2.3.16) + activesupport (= 2.3.16) + rack (~> 1.1.0) + activerecord (2.3.16) + activesupport (= 2.3.16) + activeresource (2.3.16) + activesupport (= 2.3.16) + activesupport (2.3.16) acts_as_list (0.1.4) addressable (2.3.2) bcrypt-ruby (2.1.4) @@ -85,15 +85,15 @@ GEM mysql (2.9.0) nokogiri (1.4.7) polyglot (0.3.3) - rack (1.1.4) + rack (1.1.5) rack-test (0.6.2) rack (>= 1.0) - rails (2.3.15) - actionmailer (= 2.3.15) - actionpack (= 2.3.15) - activerecord (= 2.3.15) - activeresource (= 2.3.15) - activesupport (= 2.3.15) + rails (2.3.16) + actionmailer (= 2.3.16) + actionpack (= 2.3.16) + activerecord (= 2.3.16) + activeresource (= 2.3.16) + activesupport (= 2.3.16) rake (>= 0.8.3) rake (0.8.7) rbx-require-relative (0.0.9) @@ -160,7 +160,7 @@ DEPENDENCIES mongrel mysql rack (~> 1.1) - rails (~> 2.3.15) + rails (~> 2.3) rake (~> 0.8.7) rspec-rails (~> 1.3.3) ruby-debug