Skip to content

Commit

Permalink
Upgraded Rails to 3.2.22.3
Browse files Browse the repository at this point in the history
  • Loading branch information
jasnow committed Aug 12, 2016
1 parent bede4f7 commit 37802b1
Show file tree
Hide file tree
Showing 2 changed files with 27 additions and 28 deletions.
5 changes: 2 additions & 3 deletions Gemfile
@@ -1,10 +1,9 @@
# -*- ruby -*-

source 'https://rubygems.org'

gem 'rake'
gem 'rails', '3.2.22.2'
gem 'rails', '3.2.22.3'
gem 'rack'
gem 'rake'

gem 'jquery-rails'
gem 'httparty'
Expand Down
50 changes: 25 additions & 25 deletions Gemfile.lock
Expand Up @@ -2,31 +2,31 @@ GEM
remote: https://rubygems.org/
specs:
ZenTest (4.11.1)
actionmailer (3.2.22.2)
actionpack (= 3.2.22.2)
actionmailer (3.2.22.3)
actionpack (= 3.2.22.3)
mail (~> 2.5.4)
actionpack (3.2.22.2)
activemodel (= 3.2.22.2)
activesupport (= 3.2.22.2)
actionpack (3.2.22.3)
activemodel (= 3.2.22.3)
activesupport (= 3.2.22.3)
builder (~> 3.0.0)
erubis (~> 2.7.0)
journey (~> 1.0.4)
rack (~> 1.4.5)
rack-cache (~> 1.2)
rack-test (~> 0.6.1)
sprockets (~> 2.2.1)
activemodel (3.2.22.2)
activesupport (= 3.2.22.2)
activemodel (3.2.22.3)
activesupport (= 3.2.22.3)
builder (~> 3.0.0)
activerecord (3.2.22.2)
activemodel (= 3.2.22.2)
activesupport (= 3.2.22.2)
activerecord (3.2.22.3)
activemodel (= 3.2.22.3)
activesupport (= 3.2.22.3)
arel (~> 3.0.2)
tzinfo (~> 0.3.29)
activeresource (3.2.22.2)
activemodel (= 3.2.22.2)
activesupport (= 3.2.22.2)
activesupport (3.2.22.2)
activeresource (3.2.22.3)
activemodel (= 3.2.22.3)
activesupport (= 3.2.22.3)
activesupport (3.2.22.3)
i18n (~> 0.6, >= 0.6.4)
multi_json (~> 1.0)
addressable (2.4.0)
Expand Down Expand Up @@ -188,14 +188,14 @@ GEM
rack
rack-test (0.6.3)
rack (>= 1.0)
rails (3.2.22.2)
actionmailer (= 3.2.22.2)
actionpack (= 3.2.22.2)
activerecord (= 3.2.22.2)
activeresource (= 3.2.22.2)
activesupport (= 3.2.22.2)
rails (3.2.22.3)
actionmailer (= 3.2.22.3)
actionpack (= 3.2.22.3)
activerecord (= 3.2.22.3)
activeresource (= 3.2.22.3)
activesupport (= 3.2.22.3)
bundler (~> 1.0)
railties (= 3.2.22.2)
railties (= 3.2.22.3)
rails_admin (0.4.9)
bootstrap-sass (~> 2.2)
builder (~> 3.0)
Expand All @@ -212,9 +212,9 @@ GEM
safe_yaml (~> 0.6)
sass-rails (~> 3.1)
rails_admin-i18n (1.10.3)
railties (3.2.22.2)
actionpack (= 3.2.22.2)
activesupport (= 3.2.22.2)
railties (3.2.22.3)
actionpack (= 3.2.22.3)
activesupport (= 3.2.22.3)
rack-ssl (~> 1.3.2)
rake (>= 0.8.7)
rdoc (~> 3.4)
Expand Down Expand Up @@ -290,7 +290,7 @@ DEPENDENCIES
overcommit
pg
rack
rails (= 3.2.22.2)
rails (= 3.2.22.3)
rails_admin
rails_admin-i18n
rake
Expand Down

0 comments on commit 37802b1

Please sign in to comment.