Sha256: f6467f30fa9c184aec0dbef85065c20ecbf51254be6c066784f7af2bae9157f3

Contents?: true

Size: 909 Bytes

Versions: 23

Compression:

Stored size: 909 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 'rails', '~> 5.1.4'
gem 'pg'
gem 'sqlite3'


group :development, :test do
  gem 'pry-rails'
  gem 'rspec-rails'
  gem 'rspec-instafail', require: false
  gem 'capybara'
  gem 'selenium-webdriver'
  gem 'chromedriver-helper'
  gem 'timecop'
  gem 'database_cleaner'
  gem 'rails-controller-testing'
  gem 'connection_pool'

  # gem 'mcfly', path: File.expand_path('../../mcfly', __FILE__)
  gem 'mcfly'
  gem 'netzke', '6.5.0.0'

  # gem 'delorean_lang', path: File.expand_path('../../delorean', __FILE__)

  # gem 'marty_rspec', path: File.expand_path('../../marty_rspec', __FILE__)
  gem 'marty_rspec'
end

Version data entries

23 entries across 23 versions & 1 rubygems

Version Path
marty-2.4.8 Gemfile
marty-2.4.7 Gemfile
marty-2.4.6 Gemfile
marty-2.4.5 Gemfile
marty-2.4.4 Gemfile
marty-2.4.3 Gemfile
marty-2.4.2 Gemfile
marty-2.4.1 Gemfile
marty-2.4.0 Gemfile
marty-2.3.15 Gemfile
marty-2.3.14 Gemfile
marty-2.3.13 Gemfile
marty-2.3.12 Gemfile
marty-2.3.11 Gemfile
marty-2.3.10 Gemfile
marty-2.3.9 Gemfile
marty-2.3.8 Gemfile
marty-2.3.7 Gemfile
marty-2.3.5 Gemfile
marty-2.3.4 Gemfile