Skip to content

Commit a085213

Browse files
authored
Update gems, etc. (#536)
* Make build work until we find out why sqlite3 1.4.0 is causing failure. * Make build work for Travis matrix. * Update some gems to avoid deprecations * Use sassc-rails for asset pipeline
1 parent 7189467 commit a085213

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Gemfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ group :development do
1010
gem "chandler", ">= 0.7.0"
1111
gem "htmlbeautifier"
1212
gem "rubocop-rails", require: false
13-
gem "sassc"
13+
gem "sassc-rails"
1414
gem "webpacker", ">= 4.0.0.rc.3"
1515
end
1616

test/gemfiles/6.0.gemfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ gem "rails", "~> 6.0.0.rc1"
66

77
group :development do
88
gem "rubocop-rails", require: false
9-
gem "sass-rails"
9+
gem "sassc"
1010
gem "webpacker", ">= 4.0.0.rc.3"
1111
end
1212

0 commit comments

Comments
 (0)