This repository was archived by the owner on May 12, 2018. It is now read-only.
File tree Expand file tree Collapse file tree 2 files changed +29
-29
lines changed Expand file tree Collapse file tree 2 files changed +29
-29
lines changed Original file line number Diff line number Diff line change @@ -8,7 +8,7 @@ def linux_only(require_as)
88 RUBY_PLATFORM . include? ( 'linux' ) && require_as
99end
1010
11- gem 'rails' , '3.2.15 '
11+ gem 'rails' , '3.2.16 '
1212
1313# DB
1414gem 'mysql2' , group : :mysql
Original file line number Diff line number Diff line change 11GEM
22 remote: https://rubygems.org/
33 specs:
4- actionmailer (3.2.15 )
5- actionpack (= 3.2.15 )
4+ actionmailer (3.2.16 )
5+ actionpack (= 3.2.16 )
66 mail (~> 2.5.4 )
7- actionpack (3.2.15 )
8- activemodel (= 3.2.15 )
9- activesupport (= 3.2.15 )
7+ actionpack (3.2.16 )
8+ activemodel (= 3.2.16 )
9+ activesupport (= 3.2.16 )
1010 builder (~> 3.0.0 )
1111 erubis (~> 2.7.0 )
1212 journey (~> 1.0.4 )
1313 rack (~> 1.4.5 )
1414 rack-cache (~> 1.2 )
1515 rack-test (~> 0.6.1 )
1616 sprockets (~> 2.2.1 )
17- activemodel (3.2.15 )
18- activesupport (= 3.2.15 )
17+ activemodel (3.2.16 )
18+ activesupport (= 3.2.16 )
1919 builder (~> 3.0.0 )
20- activerecord (3.2.15 )
21- activemodel (= 3.2.15 )
22- activesupport (= 3.2.15 )
20+ activerecord (3.2.16 )
21+ activemodel (= 3.2.16 )
22+ activesupport (= 3.2.16 )
2323 arel (~> 3.0.2 )
2424 tzinfo (~> 0.3.29 )
25- activeresource (3.2.15 )
26- activemodel (= 3.2.15 )
27- activesupport (= 3.2.15 )
28- activesupport (3.2.15 )
25+ activeresource (3.2.16 )
26+ activemodel (= 3.2.16 )
27+ activesupport (= 3.2.16 )
28+ activesupport (3.2.16 )
2929 i18n (~> 0.6 , >= 0.6.4 )
3030 multi_json (~> 1.0 )
3131 annotate (2.5.0 )
3232 rake
33- arel (3.0.2 )
33+ arel (3.0.3 )
3434 backports (3.3.4 )
3535 bootstrap-sass (2.3.2.2 )
3636 sass (~> 3.2 )
115115 httparty (0.11.0 )
116116 multi_json (~> 1.0 )
117117 multi_xml (>= 0.5.2 )
118- i18n (0.6.5 )
118+ i18n (0.6.9 )
119119 journey (1.0.4 )
120120 jquery-rails (3.0.4 )
121121 railties (>= 3.0 , < 5.0 )
134134 mime-types (~> 1.16 )
135135 treetop (~> 1.4.8 )
136136 method_source (0.8.2 )
137- mime-types (1.25 )
137+ mime-types (1.25.1 )
138138 mini_portile (0.5.1 )
139139 minitest (4.3.2 )
140140 multi_json (1.8.2 )
@@ -170,17 +170,17 @@ GEM
170170 rack
171171 rack-test (0.6.2 )
172172 rack (>= 1.0 )
173- rails (3.2.15 )
174- actionmailer (= 3.2.15 )
175- actionpack (= 3.2.15 )
176- activerecord (= 3.2.15 )
177- activeresource (= 3.2.15 )
178- activesupport (= 3.2.15 )
173+ rails (3.2.16 )
174+ actionmailer (= 3.2.16 )
175+ actionpack (= 3.2.16 )
176+ activerecord (= 3.2.16 )
177+ activeresource (= 3.2.16 )
178+ activesupport (= 3.2.16 )
179179 bundler (~> 1.0 )
180- railties (= 3.2.15 )
181- railties (3.2.15 )
182- actionpack (= 3.2.15 )
183- activesupport (= 3.2.15 )
180+ railties (= 3.2.16 )
181+ railties (3.2.16 )
182+ actionpack (= 3.2.16 )
183+ activesupport (= 3.2.16 )
184184 rack-ssl (~> 1.3.2 )
185185 rake (>= 0.8.7 )
186186 rdoc (~> 3.4 )
@@ -303,7 +303,7 @@ DEPENDENCIES
303303 pry
304304 puma (~> 2.3.2 )
305305 quiet_assets
306- rails (= 3.2.15 )
306+ rails (= 3.2.16 )
307307 rake
308308 rb-fsevent
309309 rb-inotify
You can’t perform that action at this time.
0 commit comments