Sha256: 238623ebdc6b7693b446cdf846963f6e4e88ff5f9765577ed53ed961ee230e66

Contents?: true

Size: 661 Bytes

Versions: 20

Compression:

Stored size: 661 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 'delayed_job_active_record'
gem 'daemons', '~> 1.1.9'
gem 'mime-types', '< 3.0', platforms: :ruby_19
gem 'rails', '~> 4.2.1'
gem 'pg', '~> 0.18.4'
gem 'sqlite3'

group :development, :test do
  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'

  gem 'marty_rspec'

end

Version data entries

20 entries across 20 versions & 1 rubygems

Version Path
marty-1.0.44 Gemfile
marty-1.0.43 Gemfile
marty-1.0.42 Gemfile
marty-1.0.41 Gemfile
marty-1.0.39 Gemfile
marty-1.0.38 Gemfile
marty-1.0.37 Gemfile
marty-1.0.36 Gemfile
marty-1.0.35 Gemfile
marty-1.0.34 Gemfile
marty-1.0.33 Gemfile
marty-1.0.32 Gemfile
marty-1.0.31 Gemfile
marty-1.0.30 Gemfile
marty-1.0.29 Gemfile
marty-1.0.28 Gemfile
marty-1.0.27 Gemfile
marty-1.0.26 Gemfile
marty-1.0.25 Gemfile
marty-1.0.24 Gemfile