Skip to content

Commit 5fc8aee

Browse files
authored
Merge branch 'main' into @mbert/clickable-docs
2 parents c999968 + e386b0c commit 5fc8aee

44 files changed

Lines changed: 1233 additions & 1023 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

apps/basic-example/Gemfile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,3 +14,4 @@ gem 'bigdecimal'
1414
gem 'logger'
1515
gem 'benchmark'
1616
gem 'mutex_m'
17+
gem 'nkf'

apps/basic-example/Gemfile.lock

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,8 +18,8 @@ GEM
1818
mutex_m
1919
securerandom (>= 0.3)
2020
tzinfo (~> 2.0)
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)
@@ -116,6 +116,7 @@ DEPENDENCIES
116116
concurrent-ruby (< 1.3.4)
117117
logger
118118
mutex_m
119+
nkf
119120
xcodeproj (< 1.26.0)
120121

121122
RUBY VERSION
718 Bytes
Binary file not shown.

apps/basic-example/android/gradle/wrapper/gradle-wrapper.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
distributionBase=GRADLE_USER_HOME
22
distributionPath=wrapper/dists
3-
distributionUrl=https\://services.gradle.org/distributions/gradle-9.0.0-bin.zip
3+
distributionUrl=https\://services.gradle.org/distributions/gradle-9.3.1-bin.zip
44
networkTimeout=10000
55
validateDistributionUrl=true
66
zipStoreBase=GRADLE_USER_HOME

apps/basic-example/android/gradlew

Lines changed: 0 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

apps/basic-example/android/gradlew.bat

Lines changed: 1 addition & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)