File tree Expand file tree Collapse file tree 2 files changed +14
-16
lines changed Expand file tree Collapse file tree 2 files changed +14
-16
lines changed Original file line number Diff line number Diff line change @@ -3,8 +3,8 @@ ruby '2.4.2'
3
3
4
4
gem 'rake'
5
5
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
8
8
gem 'yajl-ruby' , require : false
9
9
10
10
group :app do
Original file line number Diff line number Diff line change 6
6
i18n (~> 0.7 )
7
7
minitest (~> 5.1 )
8
8
tzinfo (~> 1.1 )
9
- backports (3.8.0 )
9
+ backports (3.9.1 )
10
10
better_errors (2.3.0 )
11
11
coderay (>= 1.0.0 )
12
12
erubi (>= 1.0.0 )
28
28
ffi (1.9.18 )
29
29
fspath (3.1.0 )
30
30
highline (1.7.8 )
31
- html-pipeline (2.7.0 )
31
+ html-pipeline (2.7.1 )
32
32
activesupport (>= 2 )
33
33
nokogiri (>= 1.4 )
34
34
i18n (0.8.6 )
38
38
image_size (~> 1.5 )
39
39
in_threads (~> 1.3 )
40
40
progress (~> 3.0 , >= 3.0.1 )
41
- image_optim_pack (0.5.0.20170831 )
41
+ image_optim_pack (0.5.0.20171001 )
42
42
fspath (>= 2.1 , < 4 )
43
43
image_optim (~> 0.19 )
44
44
image_size (1.5.0 )
45
45
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 )
48
48
minitest (5.10.3 )
49
49
multi_json (1.12.2 )
50
50
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 )
53
53
options (2.3.2 )
54
54
progress (3.3.1 )
55
55
progress_bar (1.1.0 )
56
56
highline (~> 1.6 )
57
57
options (~> 2.3.0 )
58
- pry (0.10.4 )
58
+ pry (0.11.1 )
59
59
coderay (~> 1.1.0 )
60
- method_source (~> 0.8.1 )
61
- slop (~> 3.4 )
60
+ method_source (~> 0.9.0 )
62
61
rack (2.0.3 )
63
62
rack-protection (2.0.0 )
64
63
rack
69
68
rb-inotify (0.9.10 )
70
69
ffi (>= 0.5.0 , < 2 )
71
70
rr (1.2.1 )
72
- sass (3.5.1 )
71
+ sass (3.5.2 )
73
72
sass-listen (~> 4.0.0 )
74
73
sass-listen (4.0.0 )
75
74
rb-fsevent (~> 0.9 , >= 0.9.4 )
86
85
rack-protection (= 2.0.0 )
87
86
sinatra (= 2.0.0 )
88
87
tilt (>= 1.3 , < 3 )
89
- slop (3.6.0 )
90
88
sprockets (3.7.1 )
91
89
concurrent-ruby (~> 1.0 )
92
90
rack (> 1 , < 3 )
@@ -123,7 +121,7 @@ PLATFORMS
123
121
ruby
124
122
125
123
DEPENDENCIES
126
- activesupport (~> 5.0 )
124
+ activesupport (~> 5.1 )
127
125
better_errors
128
126
browser
129
127
coffee-script
@@ -134,7 +132,7 @@ DEPENDENCIES
134
132
minitest
135
133
nokogiri
136
134
progress_bar
137
- pry (~> 0.10 .0 )
135
+ pry (~> 0.11 .0 )
138
136
rack
139
137
rack-test
140
138
rake
You can’t perform that action at this time.
0 commit comments