Skip to content
This repository was archived by the owner on Dec 12, 2021. It is now read-only.

Commit 7f76495

Browse files
committed
Update sprockets
1 parent 9a5dabb commit 7f76495

File tree

4 files changed

+6
-3
lines changed

4 files changed

+6
-3
lines changed

Gemfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ gem 'faraday-http-cache'
2020
gem 'github-markup', require: 'github/markup'
2121
gem 'redcarpet'
2222
gem 'pg_search'
23-
gem 'sprockets', '< 4.0.0'
23+
gem 'sprockets'
2424
gem 'jsonapi-resources'
2525
gem 'sassc-rails'
2626
gem 'faraday', '1.7.0'

Gemfile.lock

+2-2
Original file line numberDiff line numberDiff line change
@@ -294,7 +294,7 @@ GEM
294294
spring (3.1.1)
295295
spring-commands-rspec (1.0.4)
296296
spring (>= 0.9.1)
297-
sprockets (3.7.2)
297+
sprockets (4.0.2)
298298
concurrent-ruby (~> 1.0)
299299
rack (> 1, < 3)
300300
sprockets-rails (3.4.1)
@@ -368,7 +368,7 @@ DEPENDENCIES
368368
simplecov
369369
spring
370370
spring-commands-rspec
371-
sprockets (< 4.0.0)
371+
sprockets
372372
turbolinks
373373
uglifier
374374
vcr

app/assets/config/manifest.js

+3
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
//= link_tree ../images
2+
//= link application.css
3+
//= link application.js

0 commit comments

Comments
 (0)