Hide public communty.
[ecs.git] / Gemfile
blobdd61f4e18d69ff1e09313a5a6a6d21f92e9552df
1 source 'https://rubygems.org'
2 ruby '2.7.7'
3 #gem "minitest", "5.10.1"
5 # Bundle edge Rails instead: gem 'rails', github: 'rails/rails'
6 gem 'rails', '6.1.4.7'
7 gem 'rails-controller-testing'
8 # Use sqlite3 as the database for Active Record
9 gem 'sqlite3'
10 # Use SCSS for stylesheets
11 gem 'sass-rails'
12 # Use Uglifier as compressor for JavaScript assets
13 gem 'uglifier'
14 # Use CoffeeScript for .js.coffee assets and views
15 gem 'coffee-rails'
16 # See https://github.com/sstephenson/execjs#readme for more supported runtimes
17 gem 'therubyracer',  platforms: :ruby
19 # Use jquery as the JavaScript library
20 gem 'jquery-rails'
21 # Turbolinks makes following links in your web application faster. Read more: https://github.com/rails/turbolinks
22 gem 'turbolinks'
23 # Build JSON APIs with ease. Read more: https://github.com/rails/jbuilder
24 gem 'jbuilder'
25 # bundle exec rake doc:rails generates the API under doc/api.
26 gem 'sdoc', group: :doc
28 # Spring speeds up development by keeping your application running in the background. Read more: https://github.com/rails/spring
29 gem 'spring', group: :development
30 gem 'listen', group: :development
31 gem 'byebug', group: :development
33 # Use ActiveModel has_secure_password
34 # gem 'bcrypt', '~> 3.1.7'
36 # Use unicorn as the app server
37 gem 'unicorn'
39 # Use Capistrano for deployment
40 # gem 'capistrano-rails', group: :development
42 # Use debugger
43 # gem 'debugger', group: [:development, :test]
45 gem "pg"
46 gem "haml"
47 gem "simple-navigation"
48 gem 'web-console', group: :development
49 gem 'responders'
50 gem 'unicorn-rails'
51 gem "less"
52 gem "mysql2", group: :production