Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
25 changes: 12 additions & 13 deletions sample-ruby-rp/Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -28,14 +28,15 @@ GEM
thread_safe (~> 0.1)
tzinfo (~> 1.1)
addressable (2.3.6)
aes_key_wrap (1.0.1)
arel (5.0.1.20140414130214)
attr_required (1.0.0)
awesome_print (1.6.1)
better_errors (2.1.1)
coderay (>= 1.0.0)
erubis (>= 2.6.6)
rack (>= 0.9.0)
bindata (2.1.0)
bindata (2.4.4)
builder (3.2.2)
capistrano (3.3.5)
capistrano-stats (~> 1.1.0)
Expand All @@ -61,6 +62,7 @@ GEM
execjs
coffee-script-source (1.8.0)
colorize (0.7.5)
concurrent-ruby (1.1.5)
coveralls (0.7.1)
multi_json (~> 1.3)
rest-client
Expand All @@ -80,20 +82,19 @@ GEM
railties (>= 3.0.0)
hike (1.2.3)
httpclient (2.6.0.1)
i18n (0.7.0)
i18n (0.9.5)
concurrent-ruby (~> 1.0)
jbuilder (2.2.6)
activesupport (>= 3.0.0, < 5)
multi_json (~> 1.2)
jquery-rails (3.1.2)
railties (>= 3.0, < 5.0)
thor (>= 0.14, < 2.0)
json (1.8.2)
json-jwt (0.7.1)
json (1.8.6)
json-jwt (1.9.4)
activesupport
aes_key_wrap
bindata
multi_json (>= 1.3)
securecompare
url_safe_base64
kgio (2.9.3)
libv8 (3.16.14.7)
mail (2.5.4)
Expand All @@ -102,13 +103,13 @@ GEM
metaclass (0.0.4)
method_source (0.8.2)
mime-types (1.25.1)
minitest (5.5.1)
minitest (5.13.0)
minitest-rails (2.1.1)
minitest (~> 5.4)
railties (~> 4.1)
mocha (1.1.0)
metaclass (~> 0.0.1)
multi_json (1.10.1)
multi_json (1.14.1)
net-scp (1.2.1)
net-ssh (>= 2.6.5)
net-ssh (2.9.2)
Expand Down Expand Up @@ -171,7 +172,6 @@ GEM
sdoc (0.4.1)
json (~> 1.7, >= 1.7.7)
rdoc (~> 4.0)
securecompare (1.0.0)
settingslogic (2.0.9)
simplecov (0.9.1)
docile (~> 1.1.0)
Expand Down Expand Up @@ -206,15 +206,15 @@ GEM
libv8 (~> 3.16.14.0)
ref
thor (0.19.1)
thread_safe (0.3.4)
thread_safe (0.3.6)
tilt (1.4.1)
tins (1.3.3)
treetop (1.4.15)
polyglot
polyglot (>= 0.3.1)
turbolinks (2.5.3)
coffee-rails
tzinfo (1.2.2)
tzinfo (1.2.5)
thread_safe (~> 0.1)
uglifier (2.7.0)
execjs (>= 0.3.0)
Expand All @@ -223,7 +223,6 @@ GEM
kgio (~> 2.6)
rack
raindrops (~> 0.7)
url_safe_base64 (0.2.2)
validate_email (0.1.6)
activemodel (>= 3.0)
mail (>= 2.2.5)
Expand Down