-
Notifications
You must be signed in to change notification settings - Fork 283
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
bundle install with 1.9.2 and rails30.gemfiles doesn't resolve dependencies.
- Loading branch information
Jon de Andres
committed
Sep 14, 2015
1 parent
e81d5fc
commit d0f505b
Showing
1 changed file
with
13 additions
and
12 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,16 +1,17 @@ | ||
# This file was generated by Appraisal | ||
|
||
source "https://rubygems.org" | ||
source 'https://rubygems.org' | ||
|
||
gem "sqlite3", :platform => [:ruby, :mswin, :mingw] | ||
gem "jruby-openssl", :platform => :jruby | ||
gem "activerecord-jdbcsqlite3-adapter", :platform => :jruby | ||
gem "appraisal", '= 1.0.2' | ||
gem "rubysl", "~> 2.0", :platform => :rbx | ||
gem "racc", :platform => :rbx | ||
gem "minitest", :platform => :rbx | ||
gem "rubysl-test-unit", :platform => :rbx | ||
gem "rubinius-developer_tools", :platform => :rbx | ||
gem "rails", "3.0.20" | ||
gem 'sqlite3', :platform => [:ruby, :mswin, :mingw] | ||
gem 'jruby-openssl', :platform => :jruby | ||
gem 'activerecord-jdbcsqlite3-adapter', :platform => :jruby | ||
gem 'appraisal', '= 1.0.2' | ||
gem 'rubysl', '~> 2.0', :platform => :rbx | ||
gem 'racc', :platform => :rbx | ||
gem 'minitest', :platform => :rbx | ||
gem 'rubysl-test-unit', :platform => :rbx | ||
gem 'rubinius-developer_tools', :platform => :rbx | ||
gem 'rails', '3.0.20' | ||
gem 'hitimes', '< 1.2.2' | ||
|
||
gemspec :path => "../" | ||
gemspec :path => '../' |