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
Fetching gem metadata from https://rubygems.org/........... | |
Resolving dependencies... | |
Using rake 13.0.6 | |
Using concurrent-ruby 1.1.10 | |
Using minitest 5.16.0 | |
Using builder 3.2.4 | |
Using erubi 1.10.0 | |
Using racc 1.6.0 | |
Using crass 1.0.6 | |
Using rack 2.2.3.1 |
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
# frozen_string_literal: true | |
require "bundler/inline" | |
gemfile(true) do | |
source "https://rubygems.org" | |
git_source(:github) { |repo| "https://github.com/#{repo}.git" } | |
gem "rails", github: "rails/rails", branch: "main" |