Skip to content

Commit 10e8489

Browse files
Update dependency sprockets to v4
1 parent 60aa7de commit 10e8489

File tree

2 files changed

+6
-8
lines changed

2 files changed

+6
-8
lines changed

src-api/Gemfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,6 @@ gem 'middleman-sprockets', '~> 4.1'
99
gem 'rouge', '~> 3.21'
1010
gem 'redcarpet', '~> 3.6.0'
1111
gem 'nokogiri', '~> 1.18.3'
12-
gem 'sprockets', '~> 3.7'
12+
gem 'sprockets', '~> 4.0'
1313
gem 'sass'
1414
gem 'webrick'

src-api/Gemfile.lock

Lines changed: 5 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -11,12 +11,11 @@ GEM
1111
autoprefixer-rails (10.4.16.0)
1212
execjs (~> 2)
1313
backports (3.25.0)
14-
base64 (0.2.0)
1514
coffee-script (2.4.1)
1615
coffee-script-source
1716
execjs
1817
coffee-script-source (1.12.2)
19-
concurrent-ruby (1.3.4)
18+
concurrent-ruby (1.3.5)
2019
contracts (0.16.1)
2120
dotenv (3.1.2)
2221
erubis (2.7.0)
@@ -95,7 +94,7 @@ GEM
9594
parslet (2.0.0)
9695
public_suffix (6.0.0)
9796
racc (1.8.1)
98-
rack (2.2.9)
97+
rack (2.2.11)
9998
rb-fsevent (0.11.2)
10099
rb-inotify (0.11.1)
101100
ffi (~> 1.0)
@@ -110,10 +109,9 @@ GEM
110109
sassc (2.4.0)
111110
ffi (~> 1.9)
112111
servolux (0.13.0)
113-
sprockets (3.7.5)
114-
base64
112+
sprockets (4.2.1)
115113
concurrent-ruby (~> 1.0)
116-
rack (> 1, < 3)
114+
rack (>= 2.2.4, < 4)
117115
temple (0.10.3)
118116
thor (1.2.2)
119117
tilt (2.0.11)
@@ -137,7 +135,7 @@ DEPENDENCIES
137135
redcarpet (~> 3.6.0)
138136
rouge (~> 3.21)
139137
sass
140-
sprockets (~> 3.7)
138+
sprockets (~> 4.0)
141139
webrick
142140

143141
RUBY VERSION

0 commit comments

Comments
 (0)