diff --git a/Gemfile b/Gemfile new file mode 100644 index 0000000..3c73f64 --- /dev/null +++ b/Gemfile @@ -0,0 +1,3 @@ +source :rubygems +gem 'sinatra' +gem 'json' \ No newline at end of file diff --git a/Gemfile.lock b/Gemfile.lock new file mode 100644 index 0000000..d8baed6 --- /dev/null +++ b/Gemfile.lock @@ -0,0 +1,19 @@ +GEM + remote: http://rubygems.org/ + specs: + json (1.6.3) + rack (1.3.5) + rack-protection (1.1.4) + rack + sinatra (1.3.1) + rack (~> 1.3, >= 1.3.4) + rack-protection (~> 1.1, >= 1.1.2) + tilt (~> 1.3, >= 1.3.3) + tilt (1.3.3) + +PLATFORMS + ruby + +DEPENDENCIES + json + sinatra