diff --git a/.gitignore b/.gitignore index c2fe8c4..9c6440b 100644 --- a/.gitignore +++ b/.gitignore @@ -6,7 +6,6 @@ /pkg/ /spec/reports/ /tmp/ -Gemfile.lock *.gem # rspec failure tracking diff --git a/Gemfile.lock b/Gemfile.lock new file mode 100644 index 0000000..b8668c7 --- /dev/null +++ b/Gemfile.lock @@ -0,0 +1,128 @@ +PATH + remote: . + specs: + omniauth-open-edx (1.1.0) + jwt (>= 2.0) + omniauth (>= 1.9, < 3) + omniauth-oauth2 (>= 1.4) + +GEM + remote: https://rubygems.org/ + specs: + addressable (2.8.7) + public_suffix (>= 2.0.2, < 7.0) + base64 (0.2.0) + bigdecimal (3.1.8) + crack (1.0.0) + bigdecimal + rexml + diff-lcs (1.5.1) + docile (1.4.0) + faraday (2.10.0) + faraday-net_http (>= 2.0, < 3.2) + logger + faraday-net_http (3.1.0) + net-http + haml (6.3.0) + temple (>= 0.8.2) + thor + tilt + hashdiff (1.1.0) + hashie (5.0.0) + jwt (2.8.2) + base64 + logger (1.6.0) + multi_xml (0.7.1) + bigdecimal (~> 3.1) + net-http (0.4.1) + uri + oauth2 (2.0.9) + faraday (>= 0.17.3, < 3.0) + jwt (>= 1.0, < 3.0) + multi_xml (~> 0.5) + rack (>= 1.2, < 4) + snaky_hash (~> 2.0) + version_gem (~> 1.1) + omniauth (2.1.2) + hashie (>= 3.4.6) + rack (>= 2.2.3) + rack-protection + omniauth-oauth2 (1.8.0) + oauth2 (>= 1.4, < 3) + omniauth (~> 2.0) + prettier (4.0.4) + syntax_tree (>= 4.0.1) + syntax_tree-haml (>= 2.0.0) + syntax_tree-rbs (>= 0.2.0) + prettier_print (1.2.1) + public_suffix (6.0.0) + rack (3.1.7) + rack-protection (4.0.0) + base64 (>= 0.1.0) + rack (>= 3.0.0, < 4) + rack-test (2.1.0) + rack (>= 1.3) + rake (13.2.1) + rbs (3.5.2) + logger + rexml (3.3.2) + strscan + rspec (3.13.0) + rspec-core (~> 3.13.0) + rspec-expectations (~> 3.13.0) + rspec-mocks (~> 3.13.0) + rspec-core (3.13.0) + rspec-support (~> 3.13.0) + rspec-expectations (3.13.1) + diff-lcs (>= 1.2.0, < 2.0) + rspec-support (~> 3.13.0) + rspec-mocks (3.13.1) + diff-lcs (>= 1.2.0, < 2.0) + rspec-support (~> 3.13.0) + rspec-support (3.13.1) + simplecov (0.22.0) + docile (~> 1.1) + simplecov-html (~> 0.11) + 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) + strscan (3.1.0) + syntax_tree (6.2.0) + prettier_print (>= 1.2.0) + syntax_tree-haml (4.0.3) + haml (>= 5.2) + prettier_print (>= 1.2.1) + syntax_tree (>= 6.0.0) + syntax_tree-rbs (1.0.0) + prettier_print + rbs + syntax_tree (>= 2.0.1) + temple (0.10.3) + thor (1.3.1) + tilt (2.4.0) + uri (0.13.0) + version_gem (1.1.4) + webmock (3.23.1) + addressable (>= 2.8.0) + crack (>= 0.3.2) + hashdiff (>= 0.4.0, < 2.0.0) + +PLATFORMS + arm64-darwin-22 + ruby + +DEPENDENCIES + bundler (>= 2.0) + omniauth-open-edx! + prettier + rack-test + rake + rspec (>= 3.0) + simplecov + webmock + +BUNDLED WITH + 2.5.4