File: Gemfile

package info (click to toggle)
ruby-omniauth-multipassword 2.0.0~rc1-2
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 160 kB
  • sloc: ruby: 243; makefile: 2
file content (20 lines) | stat: -rw-r--r-- 362 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
# frozen_string_literal: true

source 'https://rubygems.org'

# Specify your gem's dependencies in omniauth-multipassword.gemspec
gemspec

gem 'rake'
gem 'rake-release'

group :test do
  gem 'rack-test'

  gem 'rspec', '~> 3.0'

  gem 'codecov', require: false
  gem 'simplecov', require: false

  gem 'my-rubocop', github: 'jgraichen/my-rubocop', ref: 'v2'
end