Sha256: d1eb1d6de43e7fc0c4f79de14b20aa877570e7558d2925c1134eb261006e8fe3

Contents?: true

Size: 499 Bytes

Versions: 6

Compression:

Stored size: 499 Bytes

Contents

# frozen_string_literal: true

source 'https://rubygems.org'

# Specify your gem's dependencies in attr_default.gemspec
gemspec

gem 'actionmailer',  '>= 4.2.11.1'
gem 'actionpack',    '>= 4.2.11.1'
gem 'activesupport', '>= 4.2.11.1'

group :development do
  gem 'pry'
  gem 'rake',    '>=0.9'
  gem 'rr'
  gem 'rubocop'
  gem 'shoulda', '> 3.1.1'
end

group :test do
  gem 'honeybadger', '3.3.1-1', git: 'git@github.com:Invoca/honeybadger-ruby', ref: 'bb5f2b8a86e4147c38a6270d39ad610fab4dd5e6'
end

Version data entries

6 entries across 6 versions & 1 rubygems

Version Path
exception_handling-2.4.0 Gemfile
exception_handling-2.4.0.pre.2 Gemfile
exception_handling-2.4.0.pre.1 Gemfile
exception_handling-3.0.pre.1 Gemfile
exception_handling-2.3.0 Gemfile
exception_handling-2.3.0.pre.1 Gemfile