Sha256: b036025bbf87dca36177cc1ba5e8cc5a47f2e1e93b4066384d3eb65054412646
Contents?: true
Size: 620 Bytes
Versions: 2
Compression:
Stored size: 620 Bytes
Contents
source "http://rubygems.org" gem "rails" gem 'sqlite3' gem 'react-rails' gem 'opal'#, '~> 0.9.0' gem 'opal-rails' gem 'therubyracer' gem 'jquery-cookie-rails' gem 'byebug' gem 'pry-rails' gem 'pry-rescue' # change gems and bundle update opal-rspec-rails to switch opal version... #gem 'opal-rspec-rails', github: 'opal/opal-rspec-rails', ref: '0b8dc2745bee1aa59fe56323cc6d6493d2129cfc' # 9.0 gem 'opal-rspec-rails', github: 'opal/opal-rspec-rails', ref: '65de2771a539cda44a84c75082306869284b2ab4' # 10.0 gem 'hyper-react' gem 'hyper-mesh', path: "../" gem 'hyper-operation' gem 'web-console' gem 'hyper-trace' gem 'pry'
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
hyper-mesh-0.6.0 | reactive_record_test_app/Gemfile |
hyper-mesh-0.5.4 | reactive_record_test_app/Gemfile |