Sha256: a6d172566fcfef72c842aaceb55ebe6e39a32dfbeb141435cb14d6fdaf41ee7a

Contents?: true

Size: 598 Bytes

Versions: 20

Compression:

Stored size: 598 Bytes

Contents

source 'http://rubygems.org'
# Add dependencies required to use your gem here.
# Example:
#   gem "activesupport", ">= 2.3.5"
gem 'activesupport', '>= 4.0.0'
gem 'rest-client', '~> 1.6.7'
gem 'hashie'

# Add dependencies to develop your gem here.
# Include everything needed to run rake, tests, features, etc.
group :development do
  gem 'activerecord', '>= 4.0.0'
  gem 'rails', '>= 4.0.0'
  gem 'rubocop', '~> 0.24.0'
  gem 'pry', '~> 0.10.0'
  gem 'rspec', '~> 3.0.0'
  gem 'yard', '0.8.7.4'
  gem 'rdoc', '~> 4.1.1'
  gem 'bundler', '~> 1.6.3'
  gem 'jeweler', '~> 2.0.1'
  gem 'simplecov'
end

Version data entries

20 entries across 20 versions & 1 rubygems

Version Path
active_spy-1.4.0 Gemfile
active_spy-1.3.12 Gemfile
active_spy-1.3.11 Gemfile
active_spy-1.3.10 Gemfile
active_spy-1.3.9 Gemfile
active_spy-1.3.8 Gemfile
active_spy-1.3.7 Gemfile
active_spy-1.3.6 Gemfile
active_spy-1.3.5 Gemfile
active_spy-1.3.4 Gemfile
active_spy-1.3.3 Gemfile
active_spy-1.3.2 Gemfile
active_spy-1.3.1 Gemfile
active_spy-1.3.0 Gemfile
active_spy-1.2.0 Gemfile
active_spy-1.1.3 Gemfile
active_spy-1.1.2 Gemfile
active_spy-1.1.1 Gemfile
active_spy-1.1.0 Gemfile
active_spy-1.0.0 Gemfile