Sha256: 01e802b3b1ad1b13cbe232a8305c665eb3cb68fd9d7d35ceb52f617a882e4681

Contents?: true

Size: 840 Bytes

Versions: 4

Compression:

Stored size: 840 Bytes

Contents

source 'https://rubygems.org'

# Declare your gem's dependencies in helena.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.

# To use debugger
group :development, :test do
  gem 'better_errors'
  gem 'binding_of_caller'
  gem 'jquery-rails'
  gem 'launchy'
  gem 'mongoid-rspec'
  gem 'pry'
  gem 'pry-byebug'
  gem 'rubocop-rails_config'
  gem 'selenium-webdriver'
  gem 'shoulda-matchers'
  gem 'simple_form'
end

group :test do
  gem 'simplecov', require: false
end

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
helena-2.1.0 Gemfile
helena-2.0.2 Gemfile
helena-2.0.1 Gemfile
helena-2.0.0 Gemfile