15 lines
332 B
Text
15 lines
332 B
Text
# frozen_string_literal: true
|
|
|
|
# This file was generated by Appraisal
|
|
|
|
source "https://rubygems.org"
|
|
|
|
gem "rails", "~> 5.1.0"
|
|
|
|
group :development, :test do
|
|
gem "sqlite3", platform: [:ruby, :mswin, :mingw]
|
|
gem "activerecord-jdbcsqlite3-adapter", "~> 1.3.13", platform: :jruby
|
|
gem "test-unit", "~> 3.0"
|
|
end
|
|
|
|
gemspec path: "../"
|