13 lines
381 B
Text
13 lines
381 B
Text
# This file was generated by Appraisal
|
|
|
|
source "https://rubygems.org"
|
|
|
|
gem "rails", "~> 4.2.0"
|
|
gem "appraisal"
|
|
gem "activerecord-jdbcsqlite3-adapter", platform: :jruby
|
|
gem "sqlite3", platform: [:ruby, :mswin, :mingw, :x64_mingw]
|
|
gem "tzinfo-data", platforms: [:mingw, :mswin, :x64_mingw]
|
|
# Older Grape requires Ruby >= 2.2.2
|
|
gem "grape", '~> 0.16', '< 0.19.2'
|
|
|
|
gemspec path: "../"
|