Add base64 to Gemfile
This commit is contained in:
parent
d0c1b01598
commit
5223dfe211
1
Gemfile
1
Gemfile
@ -1,5 +1,6 @@
|
|||||||
source 'https://rubygems.org'
|
source 'https://rubygems.org'
|
||||||
|
|
||||||
|
gem "base64"
|
||||||
gem "rspec"
|
gem "rspec"
|
||||||
gem "rake"
|
gem "rake"
|
||||||
gem "simplecov", "~> 0.15.0"
|
gem "simplecov", "~> 0.15.0"
|
||||||
|
|||||||
@ -1,6 +1,7 @@
|
|||||||
GEM
|
GEM
|
||||||
remote: https://rubygems.org/
|
remote: https://rubygems.org/
|
||||||
specs:
|
specs:
|
||||||
|
base64 (0.2.0)
|
||||||
diff-lcs (1.5.1)
|
diff-lcs (1.5.1)
|
||||||
docile (1.1.5)
|
docile (1.1.5)
|
||||||
json (2.7.1)
|
json (2.7.1)
|
||||||
@ -37,6 +38,7 @@ PLATFORMS
|
|||||||
x86-mingw32
|
x86-mingw32
|
||||||
|
|
||||||
DEPENDENCIES
|
DEPENDENCIES
|
||||||
|
base64
|
||||||
json
|
json
|
||||||
rake
|
rake
|
||||||
rdoc
|
rdoc
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user