Skip to content

Commit fba592a

Browse files
committed
Update latest gemfile for Travis
1 parent c6e4b00 commit fba592a

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

test/gemfiles/6.0.gemfile

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

77
group :development do
88
gem "rubocop", require: false
9+
gem "sass-rails"
10+
gem 'webpacker', '>= 4.0.0.rc.3'
911
end
1012

1113
group :test do
1214
gem "diffy"
1315
gem "equivalent-xml"
1416
gem "mocha"
15-
gem "sqlite3", "~> 1.3.6"
17+
gem "sqlite3"
1618
gem "timecop", "~> 0.7.1"
1719
end

0 commit comments

Comments
 (0)