Sha256: c2bed67afc9dc697b6aa9e9fc5355583185d7ef76bd1703cb2644ae00bd321d1

Contents?: true

Size: 1.43 KB

Versions: 11

Compression:

Stored size: 1.43 KB

Contents

source 'https://rubygems.org'

git_source(:github) do |repo_name|
  repo_name = "#{repo_name}/#{repo_name}" unless repo_name.include?("/")
  "https://github.com/#{repo_name}.git"
end


# Bundle edge Rails instead: gem 'rails', github: 'rails/rails'
gem 'rails', '~> 5.1.5'
# Use sqlite3 as the database for Active Record
gem 'sqlite3'
# Use Puma as the app server
gem 'puma', '~> 3.7'

gem "opal-jquery", git: "https://github.com/opal/opal-jquery.git", branch: "master"
gem 'hyperloop', '~> 1.0.0.lap23'
gem 'hyper-vis', path: '../../'

# Use Capistrano for deployment
# gem 'capistrano-rails', group: :development

group :development, :test do
  gem 'hyper-spec', '~> 1.0.0.lap23'
  # Call 'byebug' anywhere in the code to stop execution and get a debugger console
  gem 'byebug', platforms: [:mri, :mingw, :x64_mingw]
  # Adds support for Capybara system testing and selenium driver
  gem 'capybara', '~> 2.13'
  gem 'selenium-webdriver'
end

group :development do
  # Access an IRB console on exception pages or by using <%= console %> anywhere in the code.
  gem 'web-console', '>= 3.3.0'
  gem 'listen', '>= 3.0.5', '< 3.2'
  # Spring speeds up development by keeping your application running in the background. Read more: https://github.com/rails/spring
  gem 'spring'
  gem 'spring-watcher-listen', '~> 2.0.0'
end

# Windows does not include zoneinfo files, so bundle the tzinfo-data gem
gem 'tzinfo-data', platforms: [:mingw, :mswin, :x64_mingw, :jruby]

Version data entries

11 entries across 11 versions & 1 rubygems

Version Path
hyper-vis-1.0.0.lap34 spec/test_app/Gemfile
hyper-vis-1.0.0.lap33 spec/test_app/Gemfile
hyper-vis-1.0.0.lap32 spec/test_app/Gemfile
hyper-vis-1.0.0.lap31 spec/test_app/Gemfile
hyper-vis-1.0.0.lap30 spec/test_app/Gemfile
hyper-vis-1.0.0.lap29 spec/test_app/Gemfile
hyper-vis-1.0.0.lap28 spec/test_app/Gemfile
hyper-vis-1.0.0.lap27 spec/test_app/Gemfile
hyper-vis-1.0.0.lap26 spec/test_app/Gemfile
hyper-vis-1.0.0.lap25 spec/test_app/Gemfile
hyper-vis-1.0.0.lap24 spec/test_app/Gemfile