Sha256: dc14332698d3d80bd56ec7ef0376606a9ce175f629dda7cbeed17b5e13ac597d

Contents?: true

Size: 908 Bytes

Versions: 2

Compression:

Stored size: 908 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 'pry'
  gem 'pry-byebug'
  gem 'ruby-progressbar'
  gem 'mongoid-rspec'
  gem 'quiet_assets'
  gem 'better_errors'
  gem 'launchy'
  gem 'binding_of_caller'
  gem 'selenium-webdriver'
  gem 'i18n-tasks'
  gem 'simple_form'
  gem 'jquery-rails'
  gem 'bootstrap-sass'
  gem 'breadcrumbs_on_rails'
  gem 'coveralls', require: false
  gem 'shoulda-matchers'
end

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
helena-1.0.0.rc4 Gemfile
helena-1.0.0.rc3 Gemfile