File: rails_5_1.gemfile

package info (click to toggle)
ruby-derailed-benchmarks 1.7.0-2
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, bullseye
  • size: 760 kB
  • sloc: ruby: 1,317; makefile: 4
file content (15 lines) | stat: -rw-r--r-- 332 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
# 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: "../"