Skip to content
This repository was archived by the owner on May 12, 2018. It is now read-only.

Commit 7dbe811

Browse files
committed
Merge branch 'update-gems' into 'master'
Update gems See merge request !74
2 parents 35ab3d8 + a1c16fc commit 7dbe811

File tree

2 files changed

+31
-44
lines changed

2 files changed

+31
-44
lines changed

Gemfile

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,10 +8,8 @@ def linux_only(require_as)
88
RUBY_PLATFORM.include?('linux') && require_as
99
end
1010

11-
gem 'rails', '4.0.5'
11+
gem 'rails', '4.0.10'
1212
gem 'protected_attributes'
13-
gem 'actionpack-page_caching'
14-
gem 'actionpack-action_caching'
1513
gem 'activerecord-deprecated_finders'
1614
gem 'activerecord-session_store'
1715

Gemfile.lock

Lines changed: 30 additions & 41 deletions
Original file line numberDiff line numberDiff line change
@@ -1,33 +1,29 @@
11
GEM
22
remote: https://rubygems.org/
33
specs:
4-
actionmailer (4.0.5)
5-
actionpack (= 4.0.5)
6-
mail (~> 2.5.4)
7-
actionpack (4.0.5)
8-
activesupport (= 4.0.5)
4+
actionmailer (4.0.10)
5+
actionpack (= 4.0.10)
6+
mail (~> 2.5, >= 2.5.4)
7+
actionpack (4.0.10)
8+
activesupport (= 4.0.10)
99
builder (~> 3.1.0)
1010
erubis (~> 2.7.0)
1111
rack (~> 1.5.2)
1212
rack-test (~> 0.6.2)
13-
actionpack-action_caching (1.1.0)
14-
actionpack (>= 4.0.0, < 5.0)
15-
actionpack-page_caching (1.0.2)
16-
actionpack (>= 4.0.0, < 5)
17-
activemodel (4.0.5)
18-
activesupport (= 4.0.5)
13+
activemodel (4.0.10)
14+
activesupport (= 4.0.10)
1915
builder (~> 3.1.0)
20-
activerecord (4.0.5)
21-
activemodel (= 4.0.5)
16+
activerecord (4.0.10)
17+
activemodel (= 4.0.10)
2218
activerecord-deprecated_finders (~> 1.0.2)
23-
activesupport (= 4.0.5)
19+
activesupport (= 4.0.10)
2420
arel (~> 4.0.0)
2521
activerecord-deprecated_finders (1.0.3)
2622
activerecord-session_store (0.1.0)
2723
actionpack (>= 4.0.0, < 5)
2824
activerecord (>= 4.0.0, < 5)
2925
railties (>= 4.0.0, < 5)
30-
activesupport (4.0.5)
26+
activesupport (4.0.10)
3127
i18n (~> 0.6, >= 0.6.9)
3228
minitest (~> 4.2)
3329
multi_json (~> 1.3)
@@ -130,7 +126,7 @@ GEM
130126
httparty (0.11.0)
131127
multi_json (~> 1.0)
132128
multi_xml (>= 0.5.2)
133-
i18n (0.6.9)
129+
i18n (0.6.11)
134130
ice_nine (0.11.0)
135131
jquery-rails (3.0.4)
136132
railties (>= 3.0, < 5.0)
@@ -153,14 +149,13 @@ GEM
153149
rb-fsevent (>= 0.9.3)
154150
rb-inotify (>= 0.9)
155151
lumberjack (1.0.4)
156-
mail (2.5.4)
157-
mime-types (~> 1.16)
158-
treetop (~> 1.4.8)
152+
mail (2.6.1)
153+
mime-types (>= 1.16, < 3)
159154
method_source (0.8.2)
160-
mime-types (1.25.1)
155+
mime-types (2.4.1)
161156
mini_portile (0.5.2)
162157
minitest (4.3.2)
163-
multi_json (1.10.0)
158+
multi_json (1.10.1)
164159
multi_xml (0.5.5)
165160
mysql2 (0.3.14)
166161
nokogiri (1.6.0)
@@ -172,7 +167,6 @@ GEM
172167
cliver (~> 0.2.1)
173168
multi_json (~> 1.0)
174169
websocket-driver (>= 0.2.0)
175-
polyglot (0.3.4)
176170
protected_attributes (1.0.5)
177171
activemodel (>= 4.0.1, < 5.0)
178172
pry (0.9.12.4)
@@ -190,21 +184,21 @@ GEM
190184
rack
191185
rack-test (0.6.2)
192186
rack (>= 1.0)
193-
rails (4.0.5)
194-
actionmailer (= 4.0.5)
195-
actionpack (= 4.0.5)
196-
activerecord (= 4.0.5)
197-
activesupport (= 4.0.5)
187+
rails (4.0.10)
188+
actionmailer (= 4.0.10)
189+
actionpack (= 4.0.10)
190+
activerecord (= 4.0.10)
191+
activesupport (= 4.0.10)
198192
bundler (>= 1.3.0, < 2.0)
199-
railties (= 4.0.5)
200-
sprockets-rails (~> 2.0.0)
201-
railties (4.0.5)
202-
actionpack (= 4.0.5)
203-
activesupport (= 4.0.5)
193+
railties (= 4.0.10)
194+
sprockets-rails (~> 2.0)
195+
railties (4.0.10)
196+
actionpack (= 4.0.10)
197+
activesupport (= 4.0.10)
204198
rake (>= 0.8.7)
205199
thor (>= 0.18.1, < 2.0)
206200
raindrops (0.12.0)
207-
rake (10.3.1)
201+
rake (10.3.2)
208202
rb-fsevent (0.9.3)
209203
rb-inotify (0.9.2)
210204
ffi (>= 0.5.0)
@@ -263,7 +257,7 @@ GEM
263257
multi_json (~> 1.0)
264258
rack (~> 1.0)
265259
tilt (~> 1.1, != 1.3.0)
266-
sprockets-rails (2.0.1)
260+
sprockets-rails (2.1.4)
267261
actionpack (>= 3.0)
268262
activesupport (>= 3.0)
269263
sprockets (~> 2.8)
@@ -280,12 +274,9 @@ GEM
280274
tilt (1.4.1)
281275
timers (1.1.0)
282276
tins (0.13.1)
283-
treetop (1.4.15)
284-
polyglot
285-
polyglot (>= 0.3.1)
286277
turbolinks (2.0.0)
287278
coffee-rails
288-
tzinfo (0.3.39)
279+
tzinfo (0.3.41)
289280
uglifier (2.3.2)
290281
execjs (>= 0.3.0)
291282
json (>= 1.8.0)
@@ -312,8 +303,6 @@ PLATFORMS
312303
ruby
313304

314305
DEPENDENCIES
315-
actionpack-action_caching
316-
actionpack-page_caching
317306
activerecord-deprecated_finders
318307
activerecord-session_store
319308
annotate
@@ -344,7 +333,7 @@ DEPENDENCIES
344333
protected_attributes
345334
pry
346335
quiet_assets
347-
rails (= 4.0.5)
336+
rails (= 4.0.10)
348337
rake
349338
rb-fsevent
350339
rb-inotify

0 commit comments

Comments
 (0)