add Gemfile
This commit is contained in:
parent
420370c8ea
commit
919c28e943
2 changed files with 43 additions and 0 deletions
10
Gemfile
Normal file
10
Gemfile
Normal file
|
|
@ -0,0 +1,10 @@
|
||||||
|
source 'https://rubygems.org'
|
||||||
|
|
||||||
|
gem 'awesome_print'
|
||||||
|
gem 'faraday'
|
||||||
|
gem 'json'
|
||||||
|
gem 'mysql2'
|
||||||
|
gem 'rake'
|
||||||
|
gem 'redis'
|
||||||
|
gem 'sinatra'
|
||||||
|
gem 'terminal-notifier'
|
||||||
33
Gemfile.lock
Normal file
33
Gemfile.lock
Normal file
|
|
@ -0,0 +1,33 @@
|
||||||
|
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
|
||||||
Loading…
Reference in a new issue