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: 15 additions & 10 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -113,6 +113,8 @@ GEM
public_suffix (>= 2.0.2, < 7.0)
ansi_stream (0.0.6)
ast (2.4.3)
auth-sanitizer (0.1.2)
version_gem (~> 1.1, >= 1.1.9)
autoprefixer-rails (6.4.1.1)
execjs
axiom-types (0.1.1)
Expand Down Expand Up @@ -200,7 +202,8 @@ GEM
railties (>= 4.2.0)
thor (>= 0.14, < 2.0)
json (2.10.2)
jwt (2.7.1)
jwt (3.2.0)
base64
lodash-rails (4.17.21)
railties (>= 3.1)
logger (1.7.0)
Expand Down Expand Up @@ -236,13 +239,15 @@ GEM
racc (~> 1.4)
nokogiri (1.18.9-x86_64-linux-gnu)
racc (~> 1.4)
oauth2 (2.0.9)
faraday (>= 0.17.3, < 3.0)
jwt (>= 1.0, < 3.0)
oauth2 (2.0.19)
auth-sanitizer (~> 0.1)
faraday (>= 0.17.3, < 4.0)
jwt (>= 1.0, < 4.0)
logger (~> 1.2)
multi_xml (~> 0.5)
rack (>= 1.2, < 4)
snaky_hash (~> 2.0)
version_gem (~> 1.1)
snaky_hash (~> 2.0, >= 2.0.3)
version_gem (~> 1.1, >= 1.1.9)
octokit (5.6.1)
faraday (>= 1, < 3)
sawyer (~> 0.9)
Expand Down Expand Up @@ -361,9 +366,9 @@ GEM
simplecov_json_formatter (~> 0.1)
simplecov-html (0.12.3)
simplecov_json_formatter (0.1.4)
snaky_hash (2.0.1)
hashie
version_gem (~> 1.1, >= 1.1.1)
snaky_hash (2.0.4)
hashie (>= 0.1.0, < 6)
version_gem (>= 1.1.8, < 3)
sprockets (3.7.3)
base64
concurrent-ruby (~> 1.0)
Expand Down Expand Up @@ -395,7 +400,7 @@ GEM
validate_url (1.0.15)
activemodel (>= 3.0.0)
public_suffix
version_gem (1.1.3)
version_gem (1.1.9)
virtus (1.0.5)
axiom-types (~> 0.1)
coercible (~> 1.0)
Expand Down
Loading