Skip to content

Commit 0c3b997

Browse files
committed
Gemfileの更新
1 parent 686e0ed commit 0c3b997

File tree

3 files changed

+5
-4
lines changed

3 files changed

+5
-4
lines changed

Gemfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# A sample Gemfile
22
source "https://rubygems.org"
33

4-
gem 'review', '2.2.0'
4+
gem 'review', '2.3.0'
55
gem 'review-peg', '0.2.2'

Gemfile.lock

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
GEM
22
remote: https://rubygems.org/
33
specs:
4-
review (2.2.0)
4+
review (2.3.0)
55
rouge
66
rubyzip
77
review-peg (0.2.2)
@@ -12,8 +12,8 @@ PLATFORMS
1212
ruby
1313

1414
DEPENDENCIES
15-
review (= 2.2.0)
15+
review (= 2.3.0)
1616
review-peg (= 0.2.2)
1717

1818
BUNDLED WITH
19-
1.15.1
19+
1.15.3

package.json

+1
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@
1313
"web": "npm run build && grunt web",
1414
"postweb": "cp -r publish/ docs/",
1515
"html": "npm run build && grunt html",
16+
"epub": "npm run build && grunt epub",
1617
"build:sub": "npm run build:sub1 && npm run build:sub2 && npm run build:sub3 && npm run build:sub4 && npm run build:sub5",
1718
"build:sub1": "tsc -p code/at-types/usage/",
1819
"build:sub2": "tsc -p code/definition-file/augmentGlobal/",

0 commit comments

Comments
 (0)