Skip to content
This repository has been archived by the owner on Mar 9, 2023. It is now read-only.

alchemy-studio/sinatra-foo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 

Repository files navigation

创建过程:

$ bundle init
Writing new Gemfile to /Users/weli/works/sinatra-foo/Gemfile
$ bundle add sinatra
Fetching gem metadata from https://rubygems.org/....
Resolving dependencies...
...
Installing sinatra 2.0.8.1
$
$ cat Gemfile
# frozen_string_literal: true

source "https://rubygems.org"

git_source(:github) {|repo_name| "https://github.com/#{repo_name}" }

# gem "rails"

gem "sinatra", "~> 2.0"
$

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages