Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Pbc21 #2

Open
wants to merge 10 commits into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Binary file not shown.
2 changes: 2 additions & 0 deletions gemfile → Gemfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
source 'https://rubygems.org'
gem 'sinatra'
ruby "2.4.1"

# other dependencies
gem 'haml'
Expand All @@ -11,3 +12,4 @@ gem 'sass'
gem 'haml-contrib'
gem 'tilt', '~> 1.4.1'
gem 'RedCloth'
gem 'yard'
8 changes: 8 additions & 0 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ GEM
rack-protection (~> 1.4)
tilt (~> 1.3, >= 1.3.4)
tilt (1.4.1)
yard (0.9.12)

PLATFORMS
ruby
Expand All @@ -33,3 +34,10 @@ DEPENDENCIES
shotgun
sinatra
tilt (~> 1.4.1)
yard

RUBY VERSION
ruby 2.4.1p111

BUNDLED WITH
1.16.1
199 changes: 0 additions & 199 deletions Rakefile

This file was deleted.

Loading