Skip to content

Commit

Permalink
Add missing gemfiles causing travis to die
Browse files Browse the repository at this point in the history
  • Loading branch information
mnoack committed Feb 14, 2016
1 parent e239b29 commit 066c20d
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 0 deletions.
8 changes: 8 additions & 0 deletions gemfiles/rails2.gemfile
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
source 'https://rubygems.org'
gemspec :path => '../'

group :development, :test do
gem 'activesupport', '~> 2.3'
gem 'activerecord', '~> 2.3'
gem 'actionpack', '~> 2.3'
end
9 changes: 9 additions & 0 deletions gemfiles/rails4.gemfile
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
source 'https://rubygems.org'
gemspec :path => '../'

group :development, :test do
gem 'activesupport', '~> 4.2'
gem 'activerecord', '~> 4.2'
gem 'actionpack', '~> 4.2'
end

0 comments on commit 066c20d

Please sign in to comment.