examples/simple-poller/Gemfile in hyper-mesh-0.5.0 vs examples/simple-poller/Gemfile in hyper-mesh-0.5.1

- old
+ new

@@ -27,13 +27,10 @@ # Use ActiveModel has_secure_password # gem 'bcrypt', '~> 3.1.7' # Use Capistrano for deployment # gem 'capistrano-rails', group: :development -gem 'synchromesh', path: '../..' #git: 'https://github.com/hyper-react/synchromesh', branch: 'authorization-policies' -#gem 'pusher' -#gem 'pusher-fake' group :development, :test do # Call 'byebug' anywhere in the code to stop execution and get a debugger console gem 'byebug', platform: :mri end @@ -41,24 +38,20 @@ group :development do # Access an IRB console on exception pages or by using <%= console %> anywhere in the code. gem 'web-console' gem 'listen', '~> 3.0.5' # 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' - gem 'reactrb-rails-generator' - gem 'pry-rescue' - gem 'hyper-trace', path: '../../../hyper-trace' + #gem 'spring' + #gem 'spring-watcher-listen', '~> 2.0.0' + gem 'hyper-rails' end # Windows does not include zoneinfo files, so bundle the tzinfo-data gem gem 'tzinfo-data', platforms: [:mingw, :mswin, :x64_mingw, :jruby] +gem 'opal-rails' +gem 'opal-browser' gem 'hyper-react' -gem 'react-rails', '>= 1.3.0' -gem 'opal-rails', '>= 0.8.1' gem 'therubyracer', platforms: :ruby gem 'react-router-rails', '~> 0.13.3' -gem 'reactrb-router' -gem 'reactive-record', '>= 0.8.0' -gem 'pusher' -gem 'moneta' +gem 'hyper-router' +gem 'hyper-mesh'