File tree Expand file tree Collapse file tree 2 files changed +7
-7
lines changed Expand file tree Collapse file tree 2 files changed +7
-7
lines changed Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ ruby '~> 2.6.0'
3
3
4
4
gem 'rake'
5
5
gem 'thor'
6
- gem 'pry' , '~> 0.12 .0'
6
+ gem 'pry' , '~> 0.14 .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 13
13
rack (>= 0.9.0 )
14
14
browser (2.6.1 )
15
15
chunky_png (1.3.11 )
16
- coderay (1.1.2 )
16
+ coderay (1.1.3 )
17
17
coffee-script (2.4.1 )
18
18
coffee-script-source
19
19
execjs
45
45
image_optim (~> 0.19 )
46
46
image_size (2.0.2 )
47
47
in_threads (1.5.3 )
48
- method_source (0.9.2 )
48
+ method_source (1.0.0 )
49
49
mini_portile2 (2.4.0 )
50
50
minitest (5.14.4 )
51
51
multi_json (1.13.1 )
61
61
progress_bar (1.3.0 )
62
62
highline (>= 1.6 , < 3 )
63
63
options (~> 2.3.0 )
64
- pry (0.12.2 )
65
- coderay (~> 1.1.0 )
66
- method_source (~> 0.9 .0 )
64
+ pry (0.14.1 )
65
+ coderay (~> 1.1 )
66
+ method_source (~> 1 .0 )
67
67
rack (2.0.7 )
68
68
rack-protection (2.0.7 )
69
69
rack
@@ -148,7 +148,7 @@ DEPENDENCIES
148
148
newrelic_rpm
149
149
nokogiri
150
150
progress_bar
151
- pry (~> 0.12 .0 )
151
+ pry (~> 0.14 .0 )
152
152
rack
153
153
rack-ssl-enforcer
154
154
rack-test
You can’t perform that action at this time.
0 commit comments