Sha256: 90fcf65df714fb045eaada00d4a09f44fed50661a170cd1046dc9a6c61e1a2bf
Contents?: true
Size: 1.27 KB
Versions: 3
Compression:
Stored size: 1.27 KB
Contents
source 'https://rubygems.org' git_source(:github) { |repo_name| "https://github.com/#{repo_name}" } gem 'faraday', ['>= 0.8', '< 2.0'], :platforms => [:jruby_18, :ruby_18] gem 'jwt', '< 1.5.2', :platforms => [:jruby_18, :ruby_18] gem 'rake', '< 11.0' gem 'rdoc', '~> 4.2.2' group :test do ruby_version = Gem::Version.new(RUBY_VERSION) if ruby_version >= Gem::Version.new('2.1') # TODO: Upgrade to >= 0.59 when we drop Rubies below 2.2 # Error: Unsupported Ruby version 2.1 found in `TargetRubyVersion` parameter (in .rubocop.yml). 2.1-compatible analysis was dropped after version 0.58. # Supported versions: 2.2, 2.3, 2.4, 2.5 gem 'rubocop', '~> 0.57.0' gem 'rubocop-rspec', '~> 1.27.0' # last version that can use rubocop < 0.58 end gem 'pry', '~> 0.11' if ruby_version >= Gem::Version.new('2.0') gem 'addressable', '~> 2.3.8' gem 'backports' gem 'coveralls' gem 'rack', '~> 1.2', :platforms => [:jruby_18, :jruby_19, :ruby_18, :ruby_19, :ruby_20, :ruby_21] gem 'rspec', '>= 3' gem 'simplecov', '>= 0.9' platforms :jruby_18, :ruby_18 do gem 'mime-types', '~> 1.25' gem 'rest-client', '~> 1.6.0' end platforms :ruby_18, :ruby_19 do gem 'json', '< 2.0' gem 'term-ansicolor', '< 1.4.0' gem 'tins', '< 1.7' end end gemspec
Version data entries
3 entries across 3 versions & 1 rubygems
Version | Path |
---|---|
oauth2-1.4.4 | Gemfile |
oauth2-1.4.3 | Gemfile |
oauth2-1.4.2 | Gemfile |