Sha256: c452207f47f3f8d6f42b3ca1e0b1091b0c233ac96387c54694a7d031ff70dd0c

Contents?: true

Size: 868 Bytes

Versions: 4

Compression:

Stored size: 868 Bytes

Contents

source 'https://rubygems.org'

# Declare your gem's dependencies in helena_administration.gemspec.
# Bundler will treat runtime dependencies like base dependencies, and
# development dependencies will be added by default to the :development group.
gemspec

# Declare any dependencies that are still in development here instead of in
# your gemspec. These might include edge Rails or gems from your path or
# Git. Remember to move these dependencies to your gemspec before releasing
# your gem to rubygems.org.

group :development, :test do
  gem 'better_errors'
  gem 'binding_of_caller'
  gem 'capybara'
  gem 'dotenv-rails'
  gem 'factory_bot_rails'
  gem 'faker'
  # gem 'helena', path: '../helena/' # git: 'https://github.com/gurix/helena.git'
  gem 'launchy'
  gem 'mongoid-rspec'
  gem 'pry'
  gem 'pry-byebug'
  gem 'responders', '~> 2.0'
  gem 'simplecov'
end

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
helena_administration-1.0.3 Gemfile
helena_administration-1.0.2 Gemfile
helena_administration-1.0.1 Gemfile
helena_administration-1.0.0 Gemfile