web/Gemfile
author Jan Vrany <jan.vrany@fit.cvut.cz>
Wed, 12 Feb 2020 15:09:57 +0000
changeset 318 1b735d3747d8
parent 305 7ce8706b1ea5
permissions -rw-r--r--
Use launcher script to run smalltalk ...rather than binary. This makes it work in both, in-tree builds and (new) out-of-tree builds.

source "https://rubygems.org"

gem "rails"
gem "sqlite3"
gem "jbuilder"
gem "less-rails"
gem "uglifier"
gem "therubyracer", platforms: "ruby"
gem "jquery-rails"
gem "jquery-ui-rails"
gem "coffee-rails"
gem "less-rails-bootstrap"
gem "turbolinks"
gem "rickshaw_rails", git: "https://github.com/mhlopko/rickshaw_rails.git"
gem "dotenv-rails"
gem "exception_notification",
  git: "https://github.com/smartinez87/exception_notification.git"
gem "rack-mini-profiler"
gem "flamegraph"
gem "handlers-js"
gem "quiet_assets"

group :development do
  gem "capistrano", "~> 2.15", require: false
  gem "rvm-capistrano", "~> 1.3"
  gem "pry", "~> 0.9"
  gem "byebug"
  gem "pry-byebug"
  gem "annotate"
  gem "bullet"
  gem "stackprof"
  gem "memory_profiler"
end

group :test do
  gem "rspec-rails"
end