This repository was archived by the owner on Nov 19, 2024. It is now read-only.
File tree 2 files changed +3
-10
lines changed
2 files changed +3
-10
lines changed Original file line number Diff line number Diff line change @@ -5,14 +5,14 @@ source 'https://rubygems.org'
5
5
gem 'devdocs' , git : 'https://github.com/magento-devdocs/devdocs-theme.git'
6
6
gem 'jekyll'
7
7
8
- gem 'wdm' if Gem . win_platform?
8
+ gem 'wdm' , platform : :mswin
9
9
10
10
group :test do
11
11
gem 'html-proofer'
12
12
gem 'launchy'
13
13
end
14
14
15
- group :optimiztion do
15
+ group :optimization do
16
16
gem 'image_optim'
17
17
gem 'image_optim_pack'
18
18
end
@@ -25,5 +25,3 @@ group :jekyll_plugins do
25
25
gem 'jekyll-relative-links'
26
26
gem 'jekyll-optional-front-matter'
27
27
end
28
-
29
- gem "pry" , "~> 0.12.2"
Original file line number Diff line number Diff line change 21
21
algoliasearch (1.26.0 )
22
22
httpclient (~> 2.8 , >= 2.8.3 )
23
23
json (>= 1.5.1 )
24
- coderay (1.1.2 )
25
24
colorator (1.1.0 )
26
25
colorize (0.8.1 )
27
26
concurrent-ruby (1.1.5 )
106
105
rb-inotify (~> 0.9 , >= 0.9.7 )
107
106
ruby_dep (~> 1.2 )
108
107
mercenary (0.3.6 )
109
- method_source (0.9.2 )
110
108
mini_portile2 (2.3.0 )
111
109
minitest (5.11.3 )
112
110
nokogiri (1.8.5 )
116
114
forwardable-extended (~> 2.6 )
117
115
progress (3.5.0 )
118
116
progressbar (1.10.0 )
119
- pry (0.12.2 )
120
- coderay (~> 1.1.0 )
121
- method_source (~> 0.9.0 )
122
117
public_suffix (3.0.3 )
123
118
rb-fsevent (0.10.3 )
124
119
rb-inotify (0.10.0 )
@@ -155,7 +150,7 @@ DEPENDENCIES
155
150
jekyll-sitemap
156
151
jekyll-titles-from-headings
157
152
launchy
158
- pry ( ~> 0.12.2 )
153
+ wdm
159
154
160
155
BUNDLED WITH
161
156
1.17.3
You can’t perform that action at this time.
0 commit comments