Sha256: b428dbc41d2ea3e67d53808ab0f5a6e02e1efe2ef3222d1771af2a0304a9fa5c

Contents?: true

Size: 815 Bytes

Versions: 9

Compression:

Stored size: 815 Bytes

Contents

# frozen_string_literal: true

source 'https://rubygems.org'

# Specify your gem's dependencies in wcc-media-client.gemspec
gemspec

group :development, :test do
  gem 'guard', '~> 2.15'
  gem 'guard-rspec', '~> 4.7'
  gem 'guard-rubocop', '~> 1.3'
  gem 'http', '> 1.0', '< 3.0'
  gem 'httplog', '~> 1.0'
  gem 'nio4r', '2.5.2'
  gem 'parallel', '~> 1.19.0'
  gem 'rails', '~> 5.0'
  gem 'rake', '~> 12.3'
  gem 'responders', '< 3.0'
  gem 'rspec', '~> 3.0'
  gem 'rspec_junit_formatter', '~> 0.3.0'
  gem 'rspec-rails', '~> 3.7'
  gem 'rubocop', '~> 1.31.0'
  gem 'rubocop-rspec', '~> 2.12'
  gem 'sidekiq', '< 6.0'
  gem 'simplecov', '~> 0.21.2', require: false
  gem 'simplecov-cobertura', '~> 1.4'
  gem 'sprockets', '< 4.0'
  gem 'sqlite3', '~> 1.3.6'
  gem 'typhoeus', '~> 1.3'
  gem 'webmock', '~> 3.0'
end

Version data entries

9 entries across 9 versions & 1 rubygems

Version Path
wcc-media-client-0.7.5 Gemfile
wcc-media-client-0.7.4 Gemfile
wcc-media-client-0.7.3 Gemfile
wcc-media-client-0.7.2 Gemfile
wcc-media-client-0.7.1 Gemfile
wcc-media-client-0.7.0 Gemfile
wcc-media-client-0.6.1 Gemfile
wcc-media-client-0.6.0 Gemfile
wcc-media-client-0.5.0 Gemfile