File: Gemfile

package info (click to toggle)
ruby-simple-oauth 0.4.0-1
  • links: PTS, VCS
  • area: main
  • in suites: sid
  • size: 372 kB
  • sloc: ruby: 1,722; makefile: 4; sh: 4
file content (18 lines) | stat: -rw-r--r-- 465 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
source "https://rubygems.org"

# Specify your gem's dependencies in simple_oauth.gemspec
gemspec

gem "minitest", ">= 6.0"
gem "mutant-minitest", ">= 0.13"
gem "rake", ">= 13.3.1"
gem "rubocop", ">= 1.82.1"
gem "rubocop-minitest", ">= 0.36"
gem "rubocop-performance", ">= 1.26.1"
gem "rubocop-rake", ">= 0.7.1"
gem "simplecov", ">= 0.22"
gem "standard", ">= 1.53"
gem "steep", ">= 1.9"
gem "webmock", ">= 3.26.1"
gem "yard", ">= 0.9.38"
gem "yardstick", ">= 0.9.9"