Skip to content
This repository has been archived by the owner on Feb 9, 2022. It is now read-only.

Commit

Permalink
Bump Rails
Browse files Browse the repository at this point in the history
  • Loading branch information
jarib committed Jan 25, 2016
1 parent 99b2b29 commit 64b3c46
Show file tree
Hide file tree
Showing 2 changed files with 31 additions and 31 deletions.
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ def linux_only(require_as)
RUBY_PLATFORM.include?('linux') && require_as
end

gem 'rails', '3.2.22'
gem 'rails', '3.2.22.1'

# Gems used only for assets and not required
# in production environments by default.
Expand Down
60 changes: 30 additions & 30 deletions Gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,31 +1,31 @@
GEM
remote: https://rubygems.org/
specs:
actionmailer (3.2.22)
actionpack (= 3.2.22)
actionmailer (3.2.22.1)
actionpack (= 3.2.22.1)
mail (~> 2.5.4)
actionpack (3.2.22)
activemodel (= 3.2.22)
activesupport (= 3.2.22)
actionpack (3.2.22.1)
activemodel (= 3.2.22.1)
activesupport (= 3.2.22.1)
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)
activesupport (= 3.2.22)
activemodel (3.2.22.1)
activesupport (= 3.2.22.1)
builder (~> 3.0.0)
activerecord (3.2.22)
activemodel (= 3.2.22)
activesupport (= 3.2.22)
activerecord (3.2.22.1)
activemodel (= 3.2.22.1)
activesupport (= 3.2.22.1)
arel (~> 3.0.2)
tzinfo (~> 0.3.29)
activeresource (3.2.22)
activemodel (= 3.2.22)
activesupport (= 3.2.22)
activesupport (3.2.22)
activeresource (3.2.22.1)
activemodel (= 3.2.22.1)
activesupport (= 3.2.22.1)
activesupport (3.2.22.1)
i18n (~> 0.6, >= 0.6.4)
multi_json (~> 1.0)
acts-as-taggable-on (2.4.1)
Expand Down Expand Up @@ -226,7 +226,7 @@ GEM
mini_magick (3.8.1)
subexec (~> 0.2.1)
mini_portile2 (2.0.0)
multi_json (1.11.1)
multi_json (1.11.2)
multi_test (0.1.2)
multi_xml (0.5.5)
multipart-post (2.0.0)
Expand Down Expand Up @@ -259,8 +259,8 @@ GEM
activesupport (>= 3.0.0)
quiet_assets (1.0.3)
railties (>= 3.1, < 5.0)
rack (1.4.6)
rack-cache (1.2)
rack (1.4.7)
rack-cache (1.5.1)
rack (>= 0.4)
rack-contrib (1.1.0)
rack (>= 0.9.1)
Expand All @@ -269,27 +269,27 @@ GEM
rack
rack-test (0.6.3)
rack (>= 1.0)
rails (3.2.22)
actionmailer (= 3.2.22)
actionpack (= 3.2.22)
activerecord (= 3.2.22)
activeresource (= 3.2.22)
activesupport (= 3.2.22)
rails (3.2.22.1)
actionmailer (= 3.2.22.1)
actionpack (= 3.2.22.1)
activerecord (= 3.2.22.1)
activeresource (= 3.2.22.1)
activesupport (= 3.2.22.1)
bundler (~> 1.0)
railties (= 3.2.22)
railties (= 3.2.22.1)
rails-erd (1.1.0)
activerecord (>= 3.0)
activesupport (>= 3.0)
choice (~> 0.1.6)
ruby-graphviz (~> 1.0.4)
railties (3.2.22)
actionpack (= 3.2.22)
activesupport (= 3.2.22)
railties (3.2.22.1)
actionpack (= 3.2.22.1)
activesupport (= 3.2.22.1)
rack-ssl (~> 1.3.2)
rake (>= 0.8.7)
rdoc (~> 3.4)
thor (>= 0.14.6, < 2.0)
rake (10.4.2)
rake (10.5.0)
rb-fsevent (0.9.4)
rb-inotify (0.9.5)
ffi (>= 0.5.0)
Expand Down Expand Up @@ -394,7 +394,7 @@ GEM
simple_oauth (~> 0.3.0)
typhoeus (0.6.9)
ethon (>= 0.7.1)
tzinfo (0.3.44)
tzinfo (0.3.46)
uber (0.0.10)
uglifier (2.7.2)
execjs (>= 0.3.0)
Expand Down Expand Up @@ -462,7 +462,7 @@ DEPENDENCIES
pundit
quiet_assets
rack-cors
rails (= 3.2.22)
rails (= 3.2.22.1)
rails-erd
rb-fsevent
rb-inotify
Expand Down

0 comments on commit 64b3c46

Please sign in to comment.