Sha256: 815b071a553f3265a334d1c3f6206925a47c74b5ae7a46690585328c573cfd54
Contents?: true
Size: 993 Bytes
Versions: 1
Compression:
Stored size: 993 Bytes
Contents
# frozen_string_literal: true source("https://rubygems.org") git_source(:github) { |repo| "https://github.com/#{repo}.git" } gemspec # Dummy app gem "rails", "~> 6.0.0" gem "sqlite3" # Use Puma as the app server gem "puma" gem "listen", ">= 3.0.5", "< 3.2" # Access an IRB console on exception pages or by using <%= console %> anywhere in the code. gem "web-console", group: :development # Call "byebug" anywhere in the code to stop execution and get a debugger console gem "byebug", group: %i[development test] # To support ES6 gem "sprockets", "~> 4.0.0.beta4" # Support ES6 gem "babel-transpiler" # Use SCSS for stylesheets gem "sassc-rails" # Use Uglifier as compressor for JavaScript assets gem "uglifier", ">= 1.3.0" gem "cocoon" gem "form_core" gem "acts_as_list" gem "timeliness-i18n" gem "validates_timeliness", "~> 5.0.0.alpha1" gem "bulma-rails" gem "jquery-rails" gem "selectize-rails" gem "turbolinks", "~> 5" gem "rubocop" gem "rubocop-performance" gem "rubocop-rails"
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
script_core-0.2.2 | Gemfile |