gemfiles/rails_4.2.gemfile in switch_point-0.7.0 vs gemfiles/rails_4.2.gemfile in switch_point-0.8.0

- old
+ new

@@ -2,6 +2,15 @@ source "https://rubygems.org" gem "activerecord", "~> 4.2" +platforms :ruby do + gem "sqlite3" +end + +platforms :jruby do + gem "json" + gem "activerecord-jdbcsqlite3-adapter" +end + gemspec :path => "../"