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
48 changes: 27 additions & 21 deletions Gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
GIT
remote: git://github.com/rubyrogues/ppwm-matcher.git
remote: https://github.com/rubyrogues/ppwm-matcher.git
revision: 3a6262a50db67c0501d718773d0c6f817f75635a
branch: master
specs:
Expand Down Expand Up @@ -41,7 +41,8 @@ GEM
activesupport (3.2.13)
i18n (= 0.6.1)
multi_json (~> 1.0)
addressable (2.3.5)
addressable (2.8.1)
public_suffix (>= 2.0.2, < 6.0)
arel (3.0.2)
builder (3.0.4)
coffee-rails (3.2.2)
Expand All @@ -56,8 +57,10 @@ GEM
eventmachine (1.0.3)
execjs (1.4.0)
multi_json (~> 1.0)
faraday (0.8.8)
multipart-post (~> 1.2.0)
faraday (2.6.0)
faraday-net_http (>= 2.0, < 3.1)
ruby2_keywords (>= 0.0.4)
faraday-net_http (3.0.0)
hike (1.2.3)
i18n (0.6.1)
journey (1.0.4)
Expand All @@ -71,17 +74,18 @@ GEM
treetop (~> 1.4.8)
mime-types (1.25)
multi_json (1.14.1)
multipart-post (1.2.0)
octokit (2.5.1)
sawyer (~> 0.5.1)
octokit (5.6.1)
faraday (>= 1, < 3)
sawyer (~> 0.9)
pg (0.17.0)
polyglot (0.3.3)
pony (1.5.1)
pony (1.13.1)
mail (>= 2.0)
public_suffix (5.0.0)
rack (1.4.7)
rack-cache (1.2)
rack (>= 0.4)
rack-protection (1.5.1)
rack-protection (1.5.5)
rack
rack-ssl (1.3.3)
rack
Expand All @@ -107,24 +111,25 @@ GEM
json (~> 1.4)
redcarpet (2.2.2)
ref (1.0.5)
ruby2_keywords (0.0.5)
sass (3.2.7)
sass-rails (3.2.6)
railties (~> 3.2.0)
sass (>= 3.1.10)
tilt (~> 1.3)
sawyer (0.5.1)
addressable (~> 2.3.5)
faraday (~> 0.8, < 0.10)
sinatra (1.4.4)
sawyer (0.9.2)
addressable (>= 2.3.5)
faraday (>= 0.17.3, < 3)
sinatra (1.4.6)
rack (~> 1.4)
rack-protection (~> 1.4)
tilt (~> 1.3, >= 1.3.4)
sinatra-activerecord (1.2.3)
activerecord (>= 3.0)
tilt (>= 1.3, < 3)
sinatra-activerecord (2.0.15)
activerecord (>= 3.2)
sinatra (>= 1.0)
sinatra_auth_github (1.2.0)
sinatra (~> 1.0)
sinatra_auth_github (1.0.0)
sinatra (~> 1.0)
warden-github (~> 1.0)
warden-github (~> 1.2.0)
slim (1.3.6)
temple (~> 0.5.5)
tilt (~> 1.3.3)
Expand Down Expand Up @@ -156,9 +161,10 @@ GEM
uglifier (1.3.0)
execjs (>= 0.3.0)
multi_json (~> 1.0, >= 1.0.2)
warden (1.2.3)
warden (1.2.7)
rack (>= 1.0)
warden-github (1.0.0)
warden-github (1.2.0)
activesupport (> 3.0)
octokit (> 2.1.0)
warden (> 1.0)
zurb-foundation (4.0.9)
Expand Down