Skip to content

Commit

Permalink
Fix jruby platform.
Browse files Browse the repository at this point in the history
  • Loading branch information
piotrmurach committed Jan 10, 2015
1 parent 35e4923 commit 142a180
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 0 deletions.
1 change: 1 addition & 0 deletions Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ gem 'appraisal', '~> 1.0.2'
gem 'rake', '~> 10.3.2'
gem 'yard', '~> 0.8.7'
gem 'sqlite3', '~> 1.3.10', platforms: :ruby
gem 'activerecord-jdbcsqlite3-adapter', '~> 1.3.10', platforms: :jruby
gem 'capybara', '~> 2.4.4'
gem 'rspec-rails', '~> 3.1.0'

Expand Down
1 change: 1 addition & 0 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -129,6 +129,7 @@ PLATFORMS
ruby

DEPENDENCIES
activerecord-jdbcsqlite3-adapter (~> 1.3.10)
appraisal (~> 1.0.2)
bundler (~> 1.3)
capybara (~> 2.4.4)
Expand Down
1 change: 1 addition & 0 deletions gemfiles/rails3.2.gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ gem "appraisal", "~> 1.0.2"
gem "rake", "~> 10.3.2"
gem "yard", "~> 0.8.7"
gem "sqlite3", "~> 1.3.10", :platforms => :ruby
gem "activerecord-jdbcsqlite3-adapter", "~> 1.3.10", :platforms => :jruby
gem "capybara", "~> 2.4.4"
gem "rspec-rails", "~> 3.1.0"
gem "rails", "~> 3.2.21"
Expand Down
1 change: 1 addition & 0 deletions gemfiles/rails4.0.gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ gem "appraisal", "~> 1.0.2"
gem "rake", "~> 10.3.2"
gem "yard", "~> 0.8.7"
gem "sqlite3", "~> 1.3.10", :platforms => :ruby
gem "activerecord-jdbcsqlite3-adapter", "~> 1.3.10", :platforms => :jruby
gem "capybara", "~> 2.4.4"
gem "rspec-rails", "~> 3.1.0"
gem "rails", "~> 4.0.13"
Expand Down
1 change: 1 addition & 0 deletions gemfiles/rails4.1.gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ gem "appraisal", "~> 1.0.2"
gem "rake", "~> 10.3.2"
gem "yard", "~> 0.8.7"
gem "sqlite3", "~> 1.3.10", :platforms => :ruby
gem "activerecord-jdbcsqlite3-adapter", "~> 1.3.10", :platforms => :jruby
gem "capybara", "~> 2.4.4"
gem "rspec-rails", "~> 3.1.0"
gem "rails", "~> 4.1.9"
Expand Down
1 change: 1 addition & 0 deletions gemfiles/rails4.2.gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ gem "appraisal", "~> 1.0.2"
gem "rake", "~> 10.3.2"
gem "yard", "~> 0.8.7"
gem "sqlite3", "~> 1.3.10", :platforms => :ruby
gem "activerecord-jdbcsqlite3-adapter", "~> 1.3.10", :platforms => :jruby
gem "capybara", "~> 2.4.4"
gem "rspec-rails", "~> 3.1.0"
gem "rails", "~> 4.2.0"
Expand Down

0 comments on commit 142a180

Please sign in to comment.