This repository has been archived by the owner on Dec 14, 2022. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 20
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
# This is a combination of 3 commits.
# This is the 1st commit message: upgrade gems to fix CVEs with loofa # The commit message #2 will be skipped: # fix build error # # mkdir -p app/assets/config && echo '{}' > app/assets/config/manifest.js # # rails/sprockets-rails#444 # # new file: app/assets/config/manifest.js # This is the commit message #3: fix sprocket 4 and sass -> rails-sassc modified: Gemfile modified: Gemfile.lock modified: app/assets/config/manifest.js modified: config/initializers/assets.rb
- Loading branch information
1 parent
9f14941
commit 8a1357f
Showing
5 changed files
with
128 additions
and
111 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,8 @@ | ||
language: ruby | ||
cache: bundler | ||
#before_install: | ||
# - gem install bundler | ||
dist: trusty | ||
rvm: | ||
- 2.5.1 | ||
before_script: | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
//= link_tree ../images | ||
//= link_directory ../javascripts .js | ||
//= link_directory ../stylesheets .css |
Oops, something went wrong.