File tree Expand file tree Collapse file tree 2 files changed +24
-24
lines changed Expand file tree Collapse file tree 2 files changed +24
-24
lines changed Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ ruby '2.5.1'
3
3
4
4
gem 'rake'
5
5
gem 'thor'
6
- gem 'pry' , '~> 0.11 .0'
6
+ gem 'pry' , '~> 0.12 .0'
7
7
gem 'activesupport' , '~> 5.2' , require : false
8
8
gem 'yajl-ruby' , require : false
9
9
gem 'html-pipeline'
Original file line number Diff line number Diff line change 1
1
GEM
2
2
remote: https://rubygems.org/
3
3
specs:
4
- activesupport (5.2.1 )
4
+ activesupport (5.2.2 )
5
5
concurrent-ruby (~> 1.0 , >= 1.0.2 )
6
6
i18n (>= 0.7 , < 2 )
7
7
minitest (~> 5.1 )
17
17
coffee-script-source
18
18
execjs
19
19
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 )
22
22
erubi (1.7.1 )
23
23
ethon (0.11.0 )
24
24
ffi (>= 1.3.0 )
31
31
html-pipeline (2.9.1 )
32
32
activesupport (>= 2 )
33
33
nokogiri (>= 1.4 )
34
- i18n (1.1.1 )
34
+ i18n (1.2.0 )
35
35
concurrent-ruby (~> 1.0 )
36
36
image_optim (0.26.3 )
37
37
exifr (~> 1.2 , >= 1.2.2 )
38
38
fspath (~> 3.0 )
39
39
image_size (>= 1.5 , < 3 )
40
40
in_threads (~> 1.3 )
41
41
progress (~> 3.0 , >= 3.0.1 )
42
- image_optim_pack (0.5.1 )
42
+ image_optim_pack (0.5.1.20181213 )
43
43
fspath (>= 2.1 , < 4 )
44
44
image_optim (~> 0.19 )
45
45
image_size (2.0.0 )
46
46
in_threads (1.5.0 )
47
47
method_source (0.9.2 )
48
- mini_portile2 (2.3 .0 )
48
+ mini_portile2 (2.4 .0 )
49
49
minitest (5.11.3 )
50
50
multi_json (1.13.1 )
51
51
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 )
58
58
options (2.3.2 )
59
59
progress (3.5.0 )
60
60
progress_bar (1.3.0 )
61
61
highline (>= 1.6 , < 3 )
62
62
options (~> 2.3.0 )
63
- pry (0.11.3 )
63
+ pry (0.12.2 )
64
64
coderay (~> 1.1.0 )
65
65
method_source (~> 0.9.0 )
66
66
rack (2.0.6 )
69
69
rack-ssl-enforcer (0.2.9 )
70
70
rack-test (1.1.0 )
71
71
rack (>= 1.0 , < 3 )
72
- rake (12.3.1 )
72
+ rake (12.3.2 )
73
73
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 )
76
76
rr (1.2.1 )
77
77
sass (3.7.2 )
78
78
sass-listen (~> 4.0.0 )
@@ -108,13 +108,13 @@ GEM
108
108
rack (>= 1 , < 3 )
109
109
thor (0.20.3 )
110
110
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 )
116
116
tty-screen (0.6.5 )
117
- tty-which (0.3 .0 )
117
+ tty-which (0.4 .0 )
118
118
typhoeus (1.3.1 )
119
119
ethon (>= 0.9.0 )
120
120
tzinfo (1.2.5 )
@@ -143,7 +143,7 @@ DEPENDENCIES
143
143
newrelic_rpm
144
144
nokogiri
145
145
progress_bar
146
- pry (~> 0.11 .0 )
146
+ pry (~> 0.12 .0 )
147
147
rack
148
148
rack-ssl-enforcer
149
149
rack-test
You can’t perform that action at this time.
0 commit comments