Skip to content

Commit 3eef2ed

Browse files
author
Daniel O'Connor
committed
1 parent 57bbf26 commit 3eef2ed

File tree

1 file changed

+14
-14
lines changed

1 file changed

+14
-14
lines changed

Gemfile.lock

Lines changed: 14 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ GEM
5252
activesupport (>= 3.2)
5353
request_store (~> 1.0)
5454
scrypt (>= 1.2, < 3.0)
55-
builder (3.2.2)
55+
builder (3.2.3)
5656
byebug (8.2.1)
5757
cancancan (1.15.0)
5858
capistrano (3.4.0)
@@ -77,8 +77,7 @@ GEM
7777
childprocess (0.5.9)
7878
ffi (~> 1.0, >= 1.0.11)
7979
chronic (0.10.2)
80-
climate_control (0.0.3)
81-
activesupport (>= 3.0)
80+
climate_control (0.2.0)
8281
cocaine (0.5.8)
8382
climate_control (>= 0.0.3, < 1.0)
8483
coderay (1.1.1)
@@ -143,7 +142,8 @@ GEM
143142
tilt
144143
headless (2.2.0)
145144
htmlentities (4.3.4)
146-
i18n (0.7.0)
145+
i18n (0.9.3)
146+
concurrent-ruby (~> 1.0)
147147
i18n_data (0.7.0)
148148
jquery-migrate-rails (1.2.1)
149149
jquery-rails (4.0.5)
@@ -152,7 +152,7 @@ GEM
152152
thor (>= 0.14, < 2.0)
153153
jquery-ui-rails (5.0.5)
154154
railties (>= 3.2.16)
155-
json (1.8.3)
155+
json (1.8.6)
156156
kgio (2.10.0)
157157
libv8 (3.16.14.17)
158158
listen (3.0.5)
@@ -167,9 +167,9 @@ GEM
167167
mime-types (3.1)
168168
mime-types-data (~> 3.2015)
169169
mime-types-data (3.2016.0521)
170-
mimemagic (0.3.0)
170+
mimemagic (0.3.2)
171171
mini_portile2 (2.1.0)
172-
minitest (5.10.0)
172+
minitest (5.11.1)
173173
multi_json (1.11.2)
174174
nenv (0.3.0)
175175
net-scp (1.2.1)
@@ -184,12 +184,12 @@ GEM
184184
activerecord (>= 3.0, < 6.0)
185185
activesupport (>= 3.0, < 6.0)
186186
request_store (~> 1.1)
187-
paperclip (4.3.6)
188-
activemodel (>= 3.2.0)
189-
activesupport (>= 3.2.0)
187+
paperclip (5.2.0)
188+
activemodel (>= 4.2.0)
189+
activesupport (>= 4.2.0)
190190
cocaine (~> 0.5.5)
191191
mime-types
192-
mimemagic (= 0.3.0)
192+
mimemagic (~> 0.3.0)
193193
pg (0.18.4)
194194
polyamorous (1.3.0)
195195
activerecord (>= 3.0)
@@ -335,10 +335,10 @@ GEM
335335
eventmachine (~> 1.0, >= 1.0.4)
336336
rack (~> 1.0)
337337
thor (0.19.4)
338-
thread_safe (0.3.5)
338+
thread_safe (0.3.6)
339339
tilt (2.0.5)
340340
timecop (0.8.1)
341-
tzinfo (1.2.2)
341+
tzinfo (1.2.4)
342342
thread_safe (~> 0.1)
343343
uglifier (2.7.2)
344344
execjs (>= 0.3.0)
@@ -427,4 +427,4 @@ DEPENDENCIES
427427
zeus
428428

429429
BUNDLED WITH
430-
1.12.5
430+
1.16.1

0 commit comments

Comments
 (0)