Skip to content

Instantly share code, notes, and snippets.

View mb52089's full-sized avatar

Mike mb52089

  • Copient Health
  • Atlanta
View GitHub Profile
@mb52089
mb52089 / gist:b343d742253df10d616c84e08095e4c9
Created March 15, 2020 19:29
conflict with Daru-view and IRuby
source 'https://rubygems.org'
git_source(:github) { |repo| "https://github.com/#{repo}.git" }
ruby '2.6.5'
gem 'rack', '2.0.8'
# Bundle edge Rails instead: gem 'rails', github: 'rails/rails'
gem 'rails', '~> 6.0.0'
# Use postgresql as the database for Active Record
gem 'pg', '>= 0.18', '< 2.0'
@mb52089
mb52089 / gist:1ad6c83f95316702195a689375cc029b
Created March 15, 2020 19:29
conflict with Daru-view and IRuby
source 'https://rubygems.org'
git_source(:github) { |repo| "https://github.com/#{repo}.git" }
ruby '2.6.5'
gem 'rack', '2.0.8'
# Bundle edge Rails instead: gem 'rails', github: 'rails/rails'
gem 'rails', '~> 6.0.0'
# Use postgresql as the database for Active Record
gem 'pg', '>= 0.18', '< 2.0'