Sha256: 49717a4d9b6362d38012eb12da8fefb2de21b9b6e291dc26c8863e5bbb2010a7

Contents?: true

Size: 635 Bytes

Versions: 8

Compression:

Stored size: 635 Bytes

Contents

source 'https://rubygems.org'
gemspec

# All gems below are development dependencies
gem 'bundler', '>= 1.7'
gem 'guard'
gem 'guard-rspec'
gem 'listen', '~> 3.0.6'
gem 'minitest'
gem 'mocha'
gem 'pry'
gem 'pry-nav'
gem 'pry-remote'
gem 'rake', '~> 10.0'
gem 'rb-readline'
gem 'shoulda-context'
gem 'terminal-notifier'
gem 'test-unit'
gem 'test-unit-notify'

gem 'rake-compiler'
gem 'rubocop'
gem 'rubocop-performance'
gem 'timecop'

# NOTE; it need to use webmock 2.3.2 for avoiding error when we use ruby 2.4.x.
# https://github.com/bblimke/webmock/issues/683
gem 'public_suffix', '~> 1.4.6'
gem 'simplecov'
gem 'webmock', '>= 2.3.2'

Version data entries

8 entries across 8 versions & 1 rubygems

Version Path
wovnrb-3.11.1 Gemfile
wovnrb-3.11.0 Gemfile
wovnrb-3.10.3 Gemfile
wovnrb-3.10.2 Gemfile
wovnrb-3.10.1 Gemfile
wovnrb-3.10.0 Gemfile
wovnrb-3.9.0 Gemfile
wovnrb-3.8.0 Gemfile