gurix/helena_administration

View on GitHub
Gemfile

Summary

Maintainability
Test Coverage
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