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'
|
||||
|
||||
gem "base64"
|
||||
gem "rspec"
|
||||
gem "rake"
|
||||
gem "simplecov", "~> 0.15.0"
|
||||
|
||||
@ -1,6 +1,7 @@
|
||||
GEM
|
||||
remote: https://rubygems.org/
|
||||
specs:
|
||||
base64 (0.2.0)
|
||||
diff-lcs (1.5.1)
|
||||
docile (1.1.5)
|
||||
json (2.7.1)
|
||||
@ -37,6 +38,7 @@ PLATFORMS
|
||||
x86-mingw32
|
||||
|
||||
DEPENDENCIES
|
||||
base64
|
||||
json
|
||||
rake
|
||||
rdoc
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user