Skip to content

Instantly share code, notes, and snippets.

@gdotdesign
Created September 10, 2024 12:18
Show Gist options
  • Save gdotdesign/a13b73a10d794c929b7b9b4e7d2d51a8 to your computer and use it in GitHub Desktop.
Save gdotdesign/a13b73a10d794c929b7b9b4e7d2d51a8 to your computer and use it in GitHub Desktop.
# If you do not have OpenSSL installed, update
# the following line to use "http://" instead
source 'https://rubygems.org'
gem 'fron', git: 'https://github.com/digitalnatives/fron', ref: '8963f672aab4221b3a8d434ac75490cda606d164'
gem 'nostromo-ui', git: 'https://github.com/digitalnatives/nostromo-ui', branch: 'main'
gem 'quality_control', git: 'https://github.com/digitalnatives/quality-control'
gem 'haml', '>= 4.0.5'
gem 'middleman', '4.0.0.alpha.6'
gem 'middleman-sprockets', '3.4.2'
gem 'middleman-autoprefixer', '2.4.3'
gem 'middleman-minify-html'
gem 'rack-contrib', '1.2.0'
gem 'bootstrap-sass', '~> 3.2.0'
gem 'rake', '10.4.2'
gem 'dotenv', '2.0.0'
gem 'require_all', '1.3.2'
gem 'pry', '0.10.1'
gem 'thin', '1.7.0'
gem 'therubyracer', '~> 0.12.3'
gem 'rubycritic', '~> 1.1.1'
gem 'ruby-progressbar', '1.7.1'
gem 'rack-dev-mark', '0.7.3'
gem 'ffi', '1.16.3'
gem 'sprockets', '2.12.3'
gem 'rack'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment