mirror of
https://github.com/wezm/wezm.net.git
synced 2024-11-10 01:42:32 +00:00
Add adsf to Gemfile
This commit is contained in:
parent
ba7132fae8
commit
2f8c1b81d4
2 changed files with 4 additions and 0 deletions
1
Gemfile
1
Gemfile
|
@ -14,3 +14,4 @@ gem 'fssm'
|
||||||
gem 'systemu'
|
gem 'systemu'
|
||||||
gem 'listen'
|
gem 'listen'
|
||||||
gem 'guard-nanoc'
|
gem 'guard-nanoc'
|
||||||
|
gem 'adsf'
|
||||||
|
|
|
@ -1,6 +1,8 @@
|
||||||
GEM
|
GEM
|
||||||
remote: https://rubygems.org/
|
remote: https://rubygems.org/
|
||||||
specs:
|
specs:
|
||||||
|
adsf (1.4.0)
|
||||||
|
rack (>= 1.0.0, < 3.0.0)
|
||||||
bitly (1.1.0)
|
bitly (1.1.0)
|
||||||
httparty (>= 0.7.6)
|
httparty (>= 0.7.6)
|
||||||
multi_json (~> 1.3)
|
multi_json (~> 1.3)
|
||||||
|
@ -86,6 +88,7 @@ PLATFORMS
|
||||||
ruby
|
ruby
|
||||||
|
|
||||||
DEPENDENCIES
|
DEPENDENCIES
|
||||||
|
adsf
|
||||||
bitly
|
bitly
|
||||||
builder
|
builder
|
||||||
fssm
|
fssm
|
||||||
|
|
Loading…
Reference in a new issue