Skip to content

Commit ae2bf82

Browse files
Remove journey since it was merged into Rails, and change deprecated rubygems source
1 parent ccf92ee commit ae2bf82

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

Gemfile

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
1-
source :rubygems
1+
source 'https://rubygems.org'
22
gemspec
33

44
# Roll w/ master until 4.0 is cut
55
gem 'actionpack', :github => 'rails/rails', branch: 'master'
6-
gem 'journey', :github => 'rails/journey', branch: 'master'
76
gem 'railties', :github => 'rails/rails', branch: 'master'

0 commit comments

Comments
 (0)