source 'https://rubygems.org' ruby '2.4.1' gem 'rails' gem 'sqlite3' gem 'puma', '~> 3.11' gem 'sass-rails' gem 'uglifier' gem "haml-rails" gem "susy" , "2.2.12" gem 'high_voltage' gem 'opal', '~> 0.11.0' gem 'opal-rails' , "0.9.4" gem 'opal-jquery', github: 'opal/opal-jquery' gem 'opal-browser' , "0.2.0" gem "rubyx-debugger" , "0.3" , path: "../rubyx-debugger" , require: false gem "rubyx" , "0.6" , :path => "../rubyx" , require: false gem "rx-file" , :git => "https://github.com/ruby-x/rx-file" group :development, :test do # Call 'byebug' anywhere in the code to stop execution and get a debugger console gem 'byebug', platforms: [:mri, :mingw, :x64_mingw] gem 'rspec-rails' end group :test do gem 'capybara' gem 'capybara-screenshot' end group :development do # Access an interactive console on exception pages or by calling '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