Skip to content

Commit 4d5c3e2

Browse files
committed
Update gems
1 parent b2608bb commit 4d5c3e2

File tree

2 files changed

+24
-24
lines changed

2 files changed

+24
-24
lines changed

Gemfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ ruby '2.5.1'
33

44
gem 'rake'
55
gem 'thor'
6-
gem 'pry', '~> 0.11.0'
6+
gem 'pry', '~> 0.12.0'
77
gem 'activesupport', '~> 5.2', require: false
88
gem 'yajl-ruby', require: false
99
gem 'html-pipeline'

Gemfile.lock

Lines changed: 23 additions & 23 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
GEM
22
remote: https://rubygems.org/
33
specs:
4-
activesupport (5.2.1)
4+
activesupport (5.2.2)
55
concurrent-ruby (~> 1.0, >= 1.0.2)
66
i18n (>= 0.7, < 2)
77
minitest (~> 5.1)
@@ -17,8 +17,8 @@ GEM
1717
coffee-script-source
1818
execjs
1919
coffee-script-source (1.12.2)
20-
concurrent-ruby (1.1.3)
21-
daemons (1.2.6)
20+
concurrent-ruby (1.1.4)
21+
daemons (1.3.1)
2222
erubi (1.7.1)
2323
ethon (0.11.0)
2424
ffi (>= 1.3.0)
@@ -31,36 +31,36 @@ GEM
3131
html-pipeline (2.9.1)
3232
activesupport (>= 2)
3333
nokogiri (>= 1.4)
34-
i18n (1.1.1)
34+
i18n (1.2.0)
3535
concurrent-ruby (~> 1.0)
3636
image_optim (0.26.3)
3737
exifr (~> 1.2, >= 1.2.2)
3838
fspath (~> 3.0)
3939
image_size (>= 1.5, < 3)
4040
in_threads (~> 1.3)
4141
progress (~> 3.0, >= 3.0.1)
42-
image_optim_pack (0.5.1)
42+
image_optim_pack (0.5.1.20181213)
4343
fspath (>= 2.1, < 4)
4444
image_optim (~> 0.19)
4545
image_size (2.0.0)
4646
in_threads (1.5.0)
4747
method_source (0.9.2)
48-
mini_portile2 (2.3.0)
48+
mini_portile2 (2.4.0)
4949
minitest (5.11.3)
5050
multi_json (1.13.1)
5151
mustermann (1.0.3)
52-
net-sftp (2.1.3.rc2)
53-
net-ssh (>= 2.6.5, < 5.0.0)
54-
net-ssh (4.2.0)
55-
newrelic_rpm (5.5.0.348)
56-
nokogiri (1.8.5)
57-
mini_portile2 (~> 2.3.0)
52+
net-sftp (2.1.3.rc3)
53+
net-ssh (>= 2.6.5, < 6.0.0)
54+
net-ssh (5.0.2)
55+
newrelic_rpm (5.6.0.349)
56+
nokogiri (1.9.0)
57+
mini_portile2 (~> 2.4.0)
5858
options (2.3.2)
5959
progress (3.5.0)
6060
progress_bar (1.3.0)
6161
highline (>= 1.6, < 3)
6262
options (~> 2.3.0)
63-
pry (0.11.3)
63+
pry (0.12.2)
6464
coderay (~> 1.1.0)
6565
method_source (~> 0.9.0)
6666
rack (2.0.6)
@@ -69,10 +69,10 @@ GEM
6969
rack-ssl-enforcer (0.2.9)
7070
rack-test (1.1.0)
7171
rack (>= 1.0, < 3)
72-
rake (12.3.1)
72+
rake (12.3.2)
7373
rb-fsevent (0.10.3)
74-
rb-inotify (0.9.10)
75-
ffi (>= 0.5.0, < 2)
74+
rb-inotify (0.10.0)
75+
ffi (~> 1.0)
7676
rr (1.2.1)
7777
sass (3.7.2)
7878
sass-listen (~> 4.0.0)
@@ -108,13 +108,13 @@ GEM
108108
rack (>= 1, < 3)
109109
thor (0.20.3)
110110
thread_safe (0.3.6)
111-
tilt (2.0.8)
112-
tty-pager (0.11.0)
113-
strings (~> 0.1.0)
114-
tty-screen (~> 0.6.4)
115-
tty-which (~> 0.3.0)
111+
tilt (2.0.9)
112+
tty-pager (0.12.0)
113+
strings (~> 0.1.4)
114+
tty-screen (~> 0.6)
115+
tty-which (~> 0.4)
116116
tty-screen (0.6.5)
117-
tty-which (0.3.0)
117+
tty-which (0.4.0)
118118
typhoeus (1.3.1)
119119
ethon (>= 0.9.0)
120120
tzinfo (1.2.5)
@@ -143,7 +143,7 @@ DEPENDENCIES
143143
newrelic_rpm
144144
nokogiri
145145
progress_bar
146-
pry (~> 0.11.0)
146+
pry (~> 0.12.0)
147147
rack
148148
rack-ssl-enforcer
149149
rack-test

0 commit comments

Comments
 (0)