Remove unused Gemfile

This commit is contained in:
Sami Samhuri 2019-11-15 10:28:57 -08:00
parent e3bacb3779
commit 226707d6bd
2 changed files with 0 additions and 43 deletions

10
Gemfile
View file

@ -1,10 +0,0 @@
source 'https://rubygems.org'
gem 'awesome_print'
gem 'faraday'
gem 'json'
gem 'mysql2'
gem 'rake'
gem 'redis'
gem 'sinatra'
gem 'terminal-notifier'

View file

@ -1,33 +0,0 @@
GEM
remote: https://rubygems.org/
specs:
awesome_print (1.2.0)
faraday (0.8.8)
multipart-post (~> 1.2.0)
json (1.8.1)
multipart-post (1.2.0)
mysql2 (0.3.14)
rack (1.5.2)
rack-protection (1.5.1)
rack
rake (10.1.0)
redis (3.0.6)
sinatra (1.4.4)
rack (~> 1.4)
rack-protection (~> 1.4)
tilt (~> 1.3, >= 1.3.4)
terminal-notifier (1.5.1)
tilt (1.4.1)
PLATFORMS
ruby
DEPENDENCIES
awesome_print
faraday
json
mysql2
rake
redis
sinatra
terminal-notifier