Skip to content

Commit

Permalink
Test against edge Rails
Browse files Browse the repository at this point in the history
  • Loading branch information
amatsuda committed Aug 29, 2015
1 parent fce98bd commit 8e625d8
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions gemfiles/rails_edge.gemfile
@@ -0,0 +1,15 @@
source 'https://rubygems.org'

gem 'rails', git: 'git://github.com/rails/rails.git'
gem 'rack', git: 'git://github.com/rack/rack.git'
gem 'arel', git: 'git://github.com/rails/arel.git'

gemspec :path => '../'

platforms :ruby do
gem 'sqlite3'
end

platforms :jruby do
gem 'activerecord-jdbcsqlite3-adapter'
end

0 comments on commit 8e625d8

Please sign in to comment.