source 'https://rubygems.org' # Specify your gem's dependencies in peek.gemspec gemspec gem 'rake' gem 'json', '~> 2.0', '>= 2.0.2' # For the test application gem 'rails', '~> 5.0', '>= 5.0.0.1' gem 'concurrent-ruby', '>= 0.9.0' gem 'concurrent-ruby-ext', '>= 0.9.0' # Use SCSS for stylesheets gem 'sass-rails', '~> 5.0' # Use Uglifier as compressor for JavaScript assets gem 'uglifier', '>= 1.3.0' # Use CoffeeScript for .js.coffee assets and views gem 'coffee-rails', '~> 4.2' # See https://github.com/sstephenson/execjs#readme for more supported runtimes # gem 'therubyracer', platforms: :ruby # Use jquery as the JavaScript library gem 'jquery-rails' # Turbolinks makes following links in your web application faster. Read more: https://github.com/rails/turbolinks gem 'turbolinks'