File: Gemfile

package info (click to toggle)
ruby-omniauth-multipassword 0.4.2-1
  • links: PTS, VCS
  • area: main
  • in suites: buster, stretch
  • size: 136 kB
  • ctags: 35
  • sloc: ruby: 244; makefile: 2
file content (10 lines) | stat: -rw-r--r-- 195 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
source 'https://rubygems.org'

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

gem 'rake'
gem 'rack-test'
gem 'rspec'
gem 'simplecov'
gem "codeclimate-test-reporter"