13 lines
339 B
Text
13 lines
339 B
Text
|
# This file was generated by Appraisal
|
||
|
|
||
|
source "https://rubygems.org"
|
||
|
|
||
|
gem "rails", "~> 5.0.0"
|
||
|
gem "appraisal"
|
||
|
gem "activerecord-jdbcsqlite3-adapter", platforms: :jruby
|
||
|
gem "sqlite3", platforms: [:ruby, :mswin, :mingw, :x64_mingw]
|
||
|
gem "tzinfo-data", platforms: [:mingw, :mswin, :x64_mingw]
|
||
|
gem "rspec-rails", "~> 3.5"
|
||
|
|
||
|
gemspec path: "../"
|