Sha256: 09823d598b5a15ba59d058b8fc7ed3ccbdca3fad3ca1bedc669183420b2c1535

Contents?: true

Size: 981 Bytes

Versions: 1

Compression:

Stored size: 981 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.beta3"
gem "sqlite3"

# Use Puma as the app server
gem "puma"
# For better console experience
gem "pry-rails"

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"
# Call "byebug" anywhere in the code to stop execution and get a debugger console
gem "pry-byebug"

# 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"

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
script_core-0.1.0 Gemfile