Skip to content

Commit

Permalink
Add source for Rails Assets to gemfiles
Browse files Browse the repository at this point in the history
  • Loading branch information
YOSHIDA Hiroki committed Aug 24, 2014
1 parent 0970f0f commit eee1527
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions gemfiles/active_record_40.gemfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
source 'https://rubygems.org'
source 'https://rails-assets.org'

gem 'railties', '~> 4.0.8'
gem 'activerecord', '~> 4.0.8', require: 'active_record'
Expand Down
1 change: 1 addition & 0 deletions gemfiles/active_record_41.gemfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
source 'https://rubygems.org'
source 'https://rails-assets.org'

gem 'railties', '~> 4.1.4'
gem 'activerecord', '~> 4.1.4', require: 'active_record'
Expand Down
1 change: 1 addition & 0 deletions gemfiles/active_record_edge.gemfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
source 'https://rubygems.org'
source 'https://rails-assets.org'

git 'git://github.com/rails/rails.git' do
gem 'railties'
Expand Down

0 comments on commit eee1527

Please sign in to comment.