Commit 8e900b2a by Jim Ryan Committed by Prem Sichanugrist

Appraisal is not compatible with the platform block syntax used in the Gemfile

parent 14469310
......@@ -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
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment