mirror of
https://github.com/samsonjs/simple_oauth.git
synced 2026-03-25 08:45:54 +00:00
14 lines
349 B
Ruby
14 lines
349 B
Ruby
source "https://rubygems.org"
|
|
|
|
# Specify your gem's dependencies in simple_oauth.gemspec
|
|
gemspec
|
|
|
|
gem "rake", ">= 13.0.6"
|
|
gem "rspec", ">= 3.12"
|
|
gem "rubocop", ">= 1.21"
|
|
gem "rubocop-performance", ">= 1.18"
|
|
gem "rubocop-rake", ">= 0.6"
|
|
gem "rubocop-rspec", ">= 0.31"
|
|
gem "simplecov", ">= 0.22"
|
|
gem "standard", ">= 1.30.1"
|
|
gem "webmock", ">= 3.18.1"
|