Sha256: 2f250886571a3fa0a8481b78bb2e40927de79242cf99774b0e4bdcbaa866b995
Contents?: true
Size: 961 Bytes
Versions: 1
Compression:
Stored size: 961 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.1" gem "sqlite3" # Use Puma as the app server gem "puma" gem "listen" # 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" # 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.beta1" 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.3.2 | Gemfile |