Skip to content

Commit f5e7ddd

Browse files
Merge branch 'main' into antonis/fix-missing-stacktrace-android-v2
2 parents 8c77549 + 104f7ee commit f5e7ddd

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

samples/react-native-macos/Gemfile.lock

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,8 @@ GEM
1717
minitest (>= 5.1, < 6)
1818
securerandom (>= 0.3)
1919
tzinfo (~> 2.0, >= 2.0.5)
20-
addressable (2.8.7)
21-
public_suffix (>= 2.0.2, < 7.0)
20+
addressable (2.9.0)
21+
public_suffix (>= 2.0.2, < 8.0)
2222
algoliasearch (1.27.5)
2323
httpclient (~> 2.8, >= 2.8.3)
2424
json (>= 1.5.1)

samples/react-native/Gemfile.lock

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,8 +18,8 @@ GEM
1818
minitest (>= 5.1, < 6)
1919
securerandom (>= 0.3)
2020
tzinfo (~> 2.0, >= 2.0.5)
21-
addressable (2.8.7)
22-
public_suffix (>= 2.0.2, < 7.0)
21+
addressable (2.9.0)
22+
public_suffix (>= 2.0.2, < 8.0)
2323
algoliasearch (1.27.5)
2424
httpclient (~> 2.8, >= 2.8.3)
2525
json (>= 1.5.1)

0 commit comments

Comments
 (0)