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
35 changes: 25 additions & 10 deletions Application/Gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
GEM
remote: https://rubygems.org/
remote: http://rubygems.org/
specs:
actionmailer (4.2.4)
actionpack (= 4.2.4)
Expand Down Expand Up @@ -37,6 +37,7 @@ GEM
thread_safe (~> 0.3, >= 0.3.4)
tzinfo (~> 1.1)
arel (6.0.3)
basiccache (1.0.0)
binding_of_caller (0.7.2)
debug_inspector (>= 0.0.1)
builder (3.2.2)
Expand All @@ -49,9 +50,18 @@ GEM
execjs
coffee-script-source (1.10.0)
concurrent-ruby (1.0.0)
crass (1.0.5)
curb (0.8.8)
debug_inspector (0.0.2)
erubis (2.7.0)
execjs (2.6.0)
githubchart (1.0.1)
githubstats (~> 1.1.0)
svgplot (~> 0.2.0)
githubstats (1.1.0)
basiccache (~> 1.0.0)
curb (~> 0.8.6)
nokogiri (~> 1.6.5)
globalid (0.3.6)
activesupport (>= 4.1.0)
i18n (0.7.0)
Expand All @@ -63,17 +73,21 @@ GEM
railties (>= 4.2.0)
thor (>= 0.14, < 2.0)
json (1.8.3)
loofah (2.0.3)
loofah (2.3.1)
crass (~> 1.0.2)
nokogiri (>= 1.5.9)
mail (2.6.3)
mime-types (>= 1.16, < 3)
mime-types (2.99)
mini_portile2 (2.0.0)
mini_portile (0.6.2)
minitest (5.8.3)
multi_json (1.11.2)
nokogiri (1.6.7-x86-mingw32)
mini_portile2 (~> 2.0.0.rc2)
pg (0.18.4-x86-mingw32)
nokogiri (1.6.6.4)
mini_portile (~> 0.6.0)
nokogiri (1.6.6.4-x86-mingw32)
mini_portile (~> 0.6.0)
pg (0.19.0)
pg (0.19.0-x86-mingw32)
rack (1.6.4)
rack-test (0.6.3)
rack (>= 1.0)
Expand Down Expand Up @@ -121,16 +135,16 @@ GEM
actionpack (>= 3.0)
activesupport (>= 3.0)
sprockets (>= 2.8, < 4.0)
sqlite3 (1.3.11)
sqlite3 (1.3.11-x86-mingw32)
svgplot (0.2.0)
thor (0.19.1)
thread_safe (0.3.5)
tilt (2.0.1)
turbolinks (2.5.3)
coffee-rails
tzinfo (1.2.2)
thread_safe (~> 0.1)
tzinfo-data (1.2015.7)
tzinfo (>= 1.0.0)
uglifier (2.7.2)
execjs (>= 0.3.0)
json (>= 1.8.0)
Expand All @@ -141,19 +155,20 @@ GEM
sprockets-rails (>= 2.0, < 4.0)

PLATFORMS
ruby
x86-mingw32

DEPENDENCIES
byebug
coffee-rails (~> 4.1.0)
githubchart (= 1.0.1)
jbuilder (~> 2.0)
jquery-rails
pg
pg (~> 0.19)
rails (= 4.2.4)
sass-rails (~> 5.0)
sdoc (~> 0.4.0)
sqlite3
turbolinks
tzinfo-data
uglifier (>= 1.3.0)
web-console (~> 2.0)