diff options
-rw-r--r-- | Gemfile | 4 | ||||
-rw-r--r-- | Gemfile.lock | 14 |
2 files changed, 18 insertions, 0 deletions
@@ -0,0 +1,4 @@ +source 'https://rubygems.org' + +gem 'nokogiri' +gem 'json' diff --git a/Gemfile.lock b/Gemfile.lock new file mode 100644 index 0000000..aa96c75 --- /dev/null +++ b/Gemfile.lock @@ -0,0 +1,14 @@ +GEM + remote: https://rubygems.org/ + specs: + json (1.8.0) + mini_portile (0.5.1) + nokogiri (1.6.0) + mini_portile (~> 0.5.0) + +PLATFORMS + ruby + +DEPENDENCIES + json + nokogiri |