web/Gemfile
changeset 240 e28010b85053
parent 239 33b6b56411aa
child 305 7ce8706b1ea5
equal deleted inserted replaced
239:33b6b56411aa 240:e28010b85053
     7 gem "uglifier"
     7 gem "uglifier"
     8 gem "therubyracer", platforms: "ruby"
     8 gem "therubyracer", platforms: "ruby"
     9 gem "jquery-rails"
     9 gem "jquery-rails"
    10 gem "jquery-ui-rails"
    10 gem "jquery-ui-rails"
    11 gem "coffee-rails"
    11 gem "coffee-rails"
    12 gem "twitter-bootstrap-rails", "~> 3"
    12 gem "less-rails-bootstrap"
    13 gem "turbolinks"
    13 gem "turbolinks"
    14 gem "rickshaw_rails", git: "https://github.com/mhlopko/rickshaw_rails.git"
    14 gem "rickshaw_rails", git: "https://github.com/mhlopko/rickshaw_rails.git"
    15 gem "dotenv-rails"
    15 gem "dotenv-rails"
    16 gem "exception_notification",
    16 gem "exception_notification",
    17   git: "https://github.com/smartinez87/exception_notification.git"
    17   git: "https://github.com/smartinez87/exception_notification.git"
    18 gem "rack-mini-profiler"
    18 gem "rack-mini-profiler"
    19 gem "flamegraph"
    19 gem "flamegraph"
    20 gem "handlers-js"
    20 gem "handlers-js"
    21 gem "quiet_assets"
    21 gem "quiet_assets"
    22 gem "simple_form"
       
    23 
    22 
    24 group :development do
    23 group :development do
    25   gem "capistrano", "~> 2.15"
    24   gem "capistrano", "~> 2.15"
    26   gem "rvm-capistrano", "~> 1.3"
    25   gem "rvm-capistrano", "~> 1.3"
    27   gem "pry", "~> 0.9"
    26   gem "pry", "~> 0.9"