Sha256: 93496e7a6b2943218a413fc2847c078a1f03b30cdde48e7cca18b71213294097

Contents?: true

Size: 634 Bytes

Versions: 18

Compression:

Stored size: 634 Bytes

Contents

source "http://rubygems.org"

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

gem 'responders'
gem 'delayed_job_active_record'
gem 'daemons', '~> 1.1.9'

group :development, :test do
  gem 'rails', '~> 4.2.1'
  gem 'pry-rails'
  gem 'rspec-rails', '~>3.0'
  gem 'capybara'
  gem 'selenium-webdriver'
  gem 'timecop'
  gem 'database_cleaner'
  gem 'netzke-core'
  gem 'netzke-basepack'
  gem 'netzke-testing' #, path: File.expand_path('../../netzke-testing', __FILE__)
end

Version data entries

18 entries across 18 versions & 1 rubygems

Version Path
marty-0.5.34 Gemfile
marty-0.5.33 Gemfile
marty-0.5.32 Gemfile
marty-0.5.31 Gemfile
marty-0.5.30 Gemfile
marty-0.5.29 Gemfile
marty-0.5.28 Gemfile
marty-0.5.27 Gemfile
marty-0.5.26 Gemfile
marty-0.5.25 Gemfile
marty-0.5.24 Gemfile
marty-0.5.23 Gemfile
marty-0.5.21 Gemfile
marty-0.5.20 Gemfile
marty-0.5.19 Gemfile
marty-0.5.18 Gemfile
marty-0.5.17 Gemfile
marty-0.5.16 Gemfile