File: Gemfile

package info (click to toggle)
ruby-omniauth-rails-csrf-protection 1.0.1-2
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, sid
  • size: 156 kB
  • sloc: ruby: 118; makefile: 4
file content (11 lines) | stat: -rw-r--r-- 295 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
source "https://rubygems.org"

# rubocop:disable Bundler/DuplicatedGem
if ENV["RAILS_VERSION"]
  gem "rails", ENV["RAILS_VERSION"]
elsif ENV["RAILS_BRANCH"]
  gem "rails", git: "https://github.com/rails/rails.git", branch: ENV["RAILS_BRANCH"]
end
# rubocop:enable Bundler/DuplicatedGem

gemspec