File: rails_git.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 (19 lines) | stat: -rw-r--r-- 532 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
# frozen_string_literal: true

# $ BUNDLE_GEMFILE="$(pwd)/gemfiles/rails_git.gemfile" bundle exec m test/integration/tasks_test.rb:30

source "https://rubygems.org"

gem "rails", github: "rails/rails", ref: "3054e1d584e7eca110c69a1f8423f2e0866abbf9"

gem 'devise', github: "plataformatec/devise"

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: "../"

ENV['USING_RAILS_GIT'] = "1"