Sha256: 1c052bda29119c39670b7dce25e26b43102003de80191c13ae3a4253bd64e9cc
Contents?: true
Size: 984 Bytes
Versions: 5
Compression:
Stored size: 984 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" 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" # 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
5 entries across 5 versions & 1 rubygems
Version | Path |
---|---|
script_core-0.2.7 | Gemfile |
script_core-0.2.6 | Gemfile |
script_core-0.2.5 | Gemfile |
script_core-0.2.4 | Gemfile |
script_core-0.2.3 | Gemfile |