Skip to content

Commit 1d73bb9

Browse files
Remove activemodel from Gemfile
1 parent 931ecd0 commit 1d73bb9

File tree

2 files changed

+0
-2
lines changed

2 files changed

+0
-2
lines changed

Gemfile

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,5 @@ gemspec
33

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

test/gemfiles/Gemfile.rails-edge

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,5 @@ source :rubygems
22
gemspec :path => "./../.."
33

44
gem 'actionpack', :github => 'rails/rails'
5-
gem 'activemodel', :github => 'rails/rails'
65
gem 'journey', :github => 'rails/journey'
76
gem 'railties', :github => 'rails/rails'

0 commit comments

Comments
 (0)