Skip to content
This repository was archived by the owner on Nov 19, 2024. It is now read-only.

Commit d5df58b

Browse files
committed
Editorial fix
1 parent 7a785b6 commit d5df58b

File tree

2 files changed

+3
-10
lines changed

2 files changed

+3
-10
lines changed

Gemfile

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5,14 +5,14 @@ source 'https://rubygems.org'
55
gem 'devdocs', git: 'https://github.com/magento-devdocs/devdocs-theme.git'
66
gem 'jekyll'
77

8-
gem 'wdm' if Gem.win_platform?
8+
gem 'wdm', platform: :mswin
99

1010
group :test do
1111
gem 'html-proofer'
1212
gem 'launchy'
1313
end
1414

15-
group :optimiztion do
15+
group :optimization do
1616
gem 'image_optim'
1717
gem 'image_optim_pack'
1818
end
@@ -25,5 +25,3 @@ group :jekyll_plugins do
2525
gem 'jekyll-relative-links'
2626
gem 'jekyll-optional-front-matter'
2727
end
28-
29-
gem "pry", "~> 0.12.2"

Gemfile.lock

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,6 @@ GEM
2121
algoliasearch (1.26.0)
2222
httpclient (~> 2.8, >= 2.8.3)
2323
json (>= 1.5.1)
24-
coderay (1.1.2)
2524
colorator (1.1.0)
2625
colorize (0.8.1)
2726
concurrent-ruby (1.1.5)
@@ -106,7 +105,6 @@ GEM
106105
rb-inotify (~> 0.9, >= 0.9.7)
107106
ruby_dep (~> 1.2)
108107
mercenary (0.3.6)
109-
method_source (0.9.2)
110108
mini_portile2 (2.3.0)
111109
minitest (5.11.3)
112110
nokogiri (1.8.5)
@@ -116,9 +114,6 @@ GEM
116114
forwardable-extended (~> 2.6)
117115
progress (3.5.0)
118116
progressbar (1.10.0)
119-
pry (0.12.2)
120-
coderay (~> 1.1.0)
121-
method_source (~> 0.9.0)
122117
public_suffix (3.0.3)
123118
rb-fsevent (0.10.3)
124119
rb-inotify (0.10.0)
@@ -155,7 +150,7 @@ DEPENDENCIES
155150
jekyll-sitemap
156151
jekyll-titles-from-headings
157152
launchy
158-
pry (~> 0.12.2)
153+
wdm
159154

160155
BUNDLED WITH
161156
1.17.3

0 commit comments

Comments
 (0)