Skip to content

Commit 32fb0d6

Browse files
committed
Update gems
1 parent 356a4f9 commit 32fb0d6

File tree

2 files changed

+14
-16
lines changed

2 files changed

+14
-16
lines changed

Gemfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@ ruby '2.4.2'
33

44
gem 'rake'
55
gem 'thor'
6-
gem 'pry', '~> 0.10.0'
7-
gem 'activesupport', '~> 5.0', require: false
6+
gem 'pry', '~> 0.11.0'
7+
gem 'activesupport', '~> 5.1', require: false
88
gem 'yajl-ruby', require: false
99

1010
group :app do

Gemfile.lock

Lines changed: 12 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ GEM
66
i18n (~> 0.7)
77
minitest (~> 5.1)
88
tzinfo (~> 1.1)
9-
backports (3.8.0)
9+
backports (3.9.1)
1010
better_errors (2.3.0)
1111
coderay (>= 1.0.0)
1212
erubi (>= 1.0.0)
@@ -28,7 +28,7 @@ GEM
2828
ffi (1.9.18)
2929
fspath (3.1.0)
3030
highline (1.7.8)
31-
html-pipeline (2.7.0)
31+
html-pipeline (2.7.1)
3232
activesupport (>= 2)
3333
nokogiri (>= 1.4)
3434
i18n (0.8.6)
@@ -38,27 +38,26 @@ GEM
3838
image_size (~> 1.5)
3939
in_threads (~> 1.3)
4040
progress (~> 3.0, >= 3.0.1)
41-
image_optim_pack (0.5.0.20170831)
41+
image_optim_pack (0.5.0.20171001)
4242
fspath (>= 2.1, < 4)
4343
image_optim (~> 0.19)
4444
image_size (1.5.0)
4545
in_threads (1.4.0)
46-
method_source (0.8.2)
47-
mini_portile2 (2.2.0)
46+
method_source (0.9.0)
47+
mini_portile2 (2.3.0)
4848
minitest (5.10.3)
4949
multi_json (1.12.2)
5050
mustermann (1.0.1)
51-
nokogiri (1.8.0)
52-
mini_portile2 (~> 2.2.0)
51+
nokogiri (1.8.1)
52+
mini_portile2 (~> 2.3.0)
5353
options (2.3.2)
5454
progress (3.3.1)
5555
progress_bar (1.1.0)
5656
highline (~> 1.6)
5757
options (~> 2.3.0)
58-
pry (0.10.4)
58+
pry (0.11.1)
5959
coderay (~> 1.1.0)
60-
method_source (~> 0.8.1)
61-
slop (~> 3.4)
60+
method_source (~> 0.9.0)
6261
rack (2.0.3)
6362
rack-protection (2.0.0)
6463
rack
@@ -69,7 +68,7 @@ GEM
6968
rb-inotify (0.9.10)
7069
ffi (>= 0.5.0, < 2)
7170
rr (1.2.1)
72-
sass (3.5.1)
71+
sass (3.5.2)
7372
sass-listen (~> 4.0.0)
7473
sass-listen (4.0.0)
7574
rb-fsevent (~> 0.9, >= 0.9.4)
@@ -86,7 +85,6 @@ GEM
8685
rack-protection (= 2.0.0)
8786
sinatra (= 2.0.0)
8887
tilt (>= 1.3, < 3)
89-
slop (3.6.0)
9088
sprockets (3.7.1)
9189
concurrent-ruby (~> 1.0)
9290
rack (> 1, < 3)
@@ -123,7 +121,7 @@ PLATFORMS
123121
ruby
124122

125123
DEPENDENCIES
126-
activesupport (~> 5.0)
124+
activesupport (~> 5.1)
127125
better_errors
128126
browser
129127
coffee-script
@@ -134,7 +132,7 @@ DEPENDENCIES
134132
minitest
135133
nokogiri
136134
progress_bar
137-
pry (~> 0.10.0)
135+
pry (~> 0.11.0)
138136
rack
139137
rack-test
140138
rake

0 commit comments

Comments
 (0)