Skip to content

Commit 9cd2808

Browse files
committed
Update gems
1 parent bec78bf commit 9cd2808

1 file changed

Lines changed: 25 additions & 23 deletions

File tree

Gemfile.lock

Lines changed: 25 additions & 23 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
GEM
22
remote: https://rubygems.org/
33
specs:
4-
activesupport (5.2.0)
4+
activesupport (5.2.1)
55
concurrent-ruby (~> 1.0, >= 1.0.2)
66
i18n (>= 0.7, < 2)
77
minitest (~> 5.1)
88
tzinfo (~> 1.1)
9-
backports (3.11.3)
10-
better_errors (2.4.0)
9+
backports (3.11.4)
10+
better_errors (2.5.0)
1111
coderay (>= 1.0.0)
1212
erubi (>= 1.0.0)
1313
rack (>= 0.9.0)
@@ -27,41 +27,41 @@ GEM
2727
exifr (1.3.4)
2828
ffi (1.9.25)
2929
fspath (3.1.0)
30-
highline (1.7.10)
30+
highline (2.0.0)
3131
html-pipeline (2.8.4)
3232
activesupport (>= 2)
3333
nokogiri (>= 1.4)
34-
i18n (1.0.1)
34+
i18n (1.1.0)
3535
concurrent-ruby (~> 1.0)
36-
image_optim (0.26.1)
36+
image_optim (0.26.2)
3737
exifr (~> 1.2, >= 1.2.2)
3838
fspath (~> 3.0)
39-
image_size (~> 1.5)
39+
image_size (>= 1.5, < 3)
4040
in_threads (~> 1.3)
4141
progress (~> 3.0, >= 3.0.1)
4242
image_optim_pack (0.5.1)
4343
fspath (>= 2.1, < 4)
4444
image_optim (~> 0.19)
45-
image_size (1.5.0)
45+
image_size (2.0.0)
4646
in_threads (1.5.0)
4747
method_source (0.9.0)
4848
mini_portile2 (2.3.0)
4949
minitest (5.11.3)
5050
multi_json (1.13.1)
51-
mustermann (1.0.2)
52-
newrelic_rpm (5.2.0.345)
51+
mustermann (1.0.3)
52+
newrelic_rpm (5.4.0.347)
5353
nokogiri (1.8.4)
5454
mini_portile2 (~> 2.3.0)
5555
options (2.3.2)
5656
progress (3.4.0)
57-
progress_bar (1.2.0)
58-
highline (~> 1.6)
57+
progress_bar (1.3.0)
58+
highline (>= 1.6, < 3)
5959
options (~> 2.3.0)
6060
pry (0.11.3)
6161
coderay (~> 1.1.0)
6262
method_source (~> 0.9.0)
6363
rack (2.0.5)
64-
rack-protection (2.0.3)
64+
rack-protection (2.0.4)
6565
rack
6666
rack-test (1.1.0)
6767
rack (>= 1.0, < 3)
@@ -70,32 +70,34 @@ GEM
7070
rb-inotify (0.9.10)
7171
ffi (>= 0.5.0, < 2)
7272
rr (1.2.1)
73-
sass (3.5.7)
73+
sass (3.6.0)
7474
sass-listen (~> 4.0.0)
7575
sass-listen (4.0.0)
7676
rb-fsevent (~> 0.9, >= 0.9.4)
7777
rb-inotify (~> 0.9, >= 0.9.7)
78-
sinatra (2.0.3)
78+
sinatra (2.0.4)
7979
mustermann (~> 1.0)
8080
rack (~> 2.0)
81-
rack-protection (= 2.0.3)
81+
rack-protection (= 2.0.4)
8282
tilt (~> 2.0)
83-
sinatra-contrib (2.0.3)
83+
sinatra-contrib (2.0.4)
8484
activesupport (>= 4.0.0)
8585
backports (>= 2.8.2)
8686
multi_json
8787
mustermann (~> 1.0)
88-
rack-protection (= 2.0.3)
89-
sinatra (= 2.0.3)
88+
rack-protection (= 2.0.4)
89+
sinatra (= 2.0.4)
9090
tilt (>= 1.3, < 3)
9191
sprockets (3.7.2)
9292
concurrent-ruby (~> 1.0)
9393
rack (> 1, < 3)
9494
sprockets-helpers (1.2.1)
9595
sprockets (>= 2.2)
96-
strings (0.1.1)
97-
unicode-display_width (~> 1.3.0)
96+
strings (0.1.4)
97+
strings-ansi (~> 0.1.0)
98+
unicode-display_width (~> 1.4.0)
9899
unicode_utils (~> 1.4.0)
100+
strings-ansi (0.1.0)
99101
thin (1.7.2)
100102
daemons (~> 1.0, >= 1.0.9)
101103
eventmachine (~> 1.0, >= 1.0.4)
@@ -113,9 +115,9 @@ GEM
113115
ethon (>= 0.9.0)
114116
tzinfo (1.2.5)
115117
thread_safe (~> 0.1)
116-
uglifier (4.1.17)
118+
uglifier (4.1.19)
117119
execjs (>= 0.3.0, < 3)
118-
unicode-display_width (1.3.3)
120+
unicode-display_width (1.4.0)
119121
unicode_utils (1.4.0)
120122
unix_utils (0.0.15)
121123
yajl-ruby (1.4.1)

0 commit comments

Comments
 (0)