Sha256: f446f97b7f3578ca43648f5b2f2c9c2052cf6fbf93627f48656eb310b6e0fe19

Contents?: true

Size: 598 Bytes

Versions: 4

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.8.0'
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.9.7'
  gem 'jeweler', '~> 2.0.1'
  gem 'simplecov'
end

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
active_spy-1.4.4 Gemfile
active_spy-1.4.3 Gemfile
active_spy-1.4.2 Gemfile
active_spy-1.4.1 Gemfile