Created
September 10, 2024 12:18
-
-
Save gdotdesign/a13b73a10d794c929b7b9b4e7d2d51a8 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# 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