Sha256: 373ce3e15b830cddabd1286ed3833b749a0d08bf89f8bb0a42f0821f4924e57c

Contents?: true

Size: 889 Bytes

Versions: 3

Compression:

Stored size: 889 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 'simple_form'
  gem 'jquery-rails'
  gem 'bootstrap-sass'
  gem 'breadcrumbs_on_rails'
  gem 'coveralls', require: false
  gem 'shoulda-matchers'
end

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
helena-1.1.0 Gemfile
helena-1.0.3 Gemfile
helena-1.0.2 Gemfile