Page MenuHomeDevCentral

D481.diff
No OneTemporary

D481.diff

diff --git a/Gemfile b/Gemfile
--- a/Gemfile
+++ b/Gemfile
@@ -2,8 +2,8 @@
gem 'sinatra'
gem 'rest-client'
gem 'activesupport'
-gem 'crack'
gem 'i18n'
+gem 'json'
gem 'hashie'
group :development do
diff --git a/Gemfile.lock b/Gemfile.lock
--- a/Gemfile.lock
+++ b/Gemfile.lock
@@ -1,54 +1,56 @@
GEM
remote: http://rubygems.org/
specs:
- activesupport (4.2.5)
+ activesupport (5.0.0)
+ concurrent-ruby (~> 1.0, >= 1.0.2)
i18n (~> 0.7)
- json (~> 1.7, >= 1.7.7)
minitest (~> 5.1)
- thread_safe (~> 0.3, >= 0.3.4)
tzinfo (~> 1.1)
- crack (0.4.3)
- safe_yaml (~> 1.0.0)
- domain_name (0.5.25)
+ concurrent-ruby (1.0.2)
+ domain_name (0.5.20160615)
unf (>= 0.0.5, < 1.0.0)
- hashie (3.4.3)
+ hashie (3.4.4)
http-cookie (1.0.2)
domain_name (~> 0.5)
i18n (0.7.0)
- json (1.8.3)
- mime-types (2.99)
- minitest (5.8.3)
+ json (2.0.1)
+ mime-types (3.1)
+ mime-types-data (~> 3.2015)
+ mime-types-data (3.2016.0521)
+ minitest (5.9.0)
netrc (0.11.0)
rack (1.6.4)
rack-protection (1.5.3)
rack
- rest-client (1.8.0)
+ rest-client (2.0.0)
http-cookie (>= 1.0.2, < 2.0)
- mime-types (>= 1.16, < 3.0)
- netrc (~> 0.7)
- safe_yaml (1.0.4)
+ mime-types (>= 1.16, < 4.0)
+ netrc (~> 0.8)
shotgun (0.9.1)
rack (>= 1.0)
- sinatra (1.4.6)
- rack (~> 1.4)
+ sinatra (1.4.7)
+ rack (~> 1.5)
rack-protection (~> 1.4)
tilt (>= 1.3, < 3)
thread_safe (0.3.5)
- tilt (2.0.2)
+ tilt (2.0.5)
tzinfo (1.2.2)
thread_safe (~> 0.1)
unf (0.1.4)
unf_ext
- unf_ext (0.0.7.1)
+ unf_ext (0.0.7.2)
PLATFORMS
ruby
DEPENDENCIES
activesupport
- crack
hashie
i18n
+ json
rest-client
shotgun
sinatra
+
+BUNDLED WITH
+ 1.12.1

File Metadata

Mime Type
text/plain
Expires
Sun, Nov 17, 16:48 (21 h, 44 s)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
2249652
Default Alt Text
D481.diff (1 KB)

Event Timeline