Sha256: 1b88009b14705eef1f1033e44eecdd6a6412eeb96b8a515a9bc073596c485860

Contents?: true

Size: 288 Bytes

Versions: 10

Compression:

Stored size: 288 Bytes

Contents

source 'https://rubygems.org'

gemspec path: '../'

gem 'rails', '~> 5.0.0'

group :development do
  gem 'bullet'
end

group :test do
  gem 'rails-controller-testing'
  gem 'ammeter'
  gem 'timecop'
  gem 'coveralls', require: false
end

gem 'dotenv-rails', groups: [:development, :test]

Version data entries

10 entries across 10 versions & 1 rubygems

Version Path
activity_notification-1.7.1 gemfiles/Gemfile.rails-5.0
activity_notification-1.7.0 gemfiles/Gemfile.rails-5.0
activity_notification-1.6.1 gemfiles/Gemfile.rails-5.0
activity_notification-1.6.0 gemfiles/Gemfile.rails-5.0
activity_notification-1.5.1 gemfiles/Gemfile.rails-5.0
activity_notification-1.5.0 gemfiles/Gemfile.rails-5.0
activity_notification-1.4.4 gemfiles/Gemfile.rails-5.0
activity_notification-1.4.3 gemfiles/Gemfile.rails-5.0
activity_notification-1.4.2 gemfiles/Gemfile.rails-5.0
activity_notification-1.4.1 gemfiles/Gemfile.rails-5.0