Skip to content
This repository has been archived by the owner on Jul 13, 2023. It is now read-only.

Commit

Permalink
Appraisal is not compatible with the platform block syntax used in th…
Browse files Browse the repository at this point in the history
…e Gemfile
  • Loading branch information
jimryan authored and sikachu committed Oct 30, 2013
1 parent 1446931 commit 8e900b2
Showing 1 changed file with 4 additions and 8 deletions.
12 changes: 4 additions & 8 deletions Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,8 @@ source "https://rubygems.org"

gemspec

platform :jruby do
gem 'jruby-openssl'
gem 'activerecord-jdbcsqlite3-adapter'
end
gem 'jruby-openssl', :platform => :jruby
gem 'activerecord-jdbcsqlite3-adapter', :platform => :jruby

platform :ruby do
gem 'pry'
gem 'pry-debugger'
end
gem 'pry', :platform => :ruby
gem 'pry-debugger', :platform => :ruby

0 comments on commit 8e900b2

Please sign in to comment.