Skip to content

Commit 5fb17b0

Browse files
committed
Upgrade Gemfile
1 parent d113392 commit 5fb17b0

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

Gemfile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,5 +5,6 @@ gemspec
55

66
gem "rails", github: "rails/rails"
77
gem "arel", github: "rails/arel"
8+
gem "rack", github: "rack/rack"
89
gem "sprockets", github: "rails/sprockets", branch: "master"
910
gem "sprockets-rails", github: "rails/sprockets-rails", branch: "master"

test/test_helper.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
# If developing against local dependencies, this code will ensure they get picked up
1212
# in the project fixtures that have their own bundle environment
1313
$gem_options = {}
14-
possible_dev_dependencies = %w(sass-rails sass rails arel actionpack railties sprockets journey sprockets-rails activerecord-deprecated_finders)
14+
possible_dev_dependencies = %w(sass-rails sass rails arel actionpack rack railties sprockets journey sprockets-rails activerecord-deprecated_finders)
1515
Bundler.load.specs.each do |s|
1616
if possible_dev_dependencies.include?(s.name)
1717
gem_path = s.full_gem_path

0 commit comments

Comments
 (0)