Skip to content

Commit

Permalink
Renerate Gemfile.lock
Browse files Browse the repository at this point in the history
  • Loading branch information
Widcket committed Aug 21, 2023
1 parent e649fd6 commit d2e69e8
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 12 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -117,7 +117,7 @@ jobs:
uses: ruby/setup-ruby@250fcd6a742febb1123a77a841497ccaa8b9e939
with:
bundler-cache: true
cache-version: 2
cache-version: 1
working-directory: auth0_flutter/example

- name: Install pods
Expand Down
22 changes: 11 additions & 11 deletions auth0_flutter/example/Gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
GEM
remote: https://rubygems.org/
specs:
CFPropertyList (3.0.5)
CFPropertyList (3.0.6)
rexml
activesupport (7.0.4.3)
activesupport (7.0.7)
concurrent-ruby (~> 1.0, >= 1.0.2)
i18n (>= 1.6, < 2)
minitest (>= 5.1)
Expand All @@ -13,19 +13,19 @@ GEM
clamp (1.3.2)
colored2 (3.1.2)
concurrent-ruby (1.2.2)
i18n (1.12.0)
i18n (1.14.1)
concurrent-ruby (~> 1.0)
mini_portile2 (2.8.1)
minitest (5.18.0)
mini_portile2 (2.8.4)
minitest (5.19.0)
nanaimo (0.3.0)
nokogiri (1.14.3)
mini_portile2 (~> 2.8.0)
nokogiri (1.15.4)
mini_portile2 (~> 2.8.2)
racc (~> 1.4)
nokogiri (1.14.3-x86_64-darwin)
nokogiri (1.15.4-x86_64-darwin)
racc (~> 1.4)
racc (1.6.2)
rexml (3.2.5)
slather (2.7.3)
racc (1.7.1)
rexml (3.2.6)
slather (2.7.4)
CFPropertyList (>= 2.2, < 4)
activesupport
clamp (~> 1.3)
Expand Down

0 comments on commit d2e69e8

Please sign in to comment.