Skip to content

Commit 67e841a

Browse files
committed
Remove explicit dependency on journey
> This gem was merged on Rails 4.0 and will only receive security fixes
1 parent 92e87df commit 67e841a

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

Gemfile-rails-dependencies

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@ version_file = File.expand_path("../.rails-version", __FILE__)
33
case version = ENV['RAILS_VERSION'] || (File.exist?(version_file) && File.read(version_file).chomp) || ''
44
when /master/
55
gem "rails", :git => "https://github.com/rails/rails.git"
6-
gem "journey", :git => "https://github.com/rails/journey.git"
76
gem "activerecord-deprecated_finders", :git => "https://github.com/rails/activerecord-deprecated_finders.git"
87
gem "web-console", :git => "https://github.com/rails/web-console", :group => :development
98
gem 'coffee-rails', :git => "https://github.com/rails/coffee-rails.git"

0 commit comments

Comments
 (0)