diff options
author | Paul Frazee <pfrazee@gmail.com> | 2023-01-17 20:40:02 -0600 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-01-17 20:40:02 -0600 |
commit | 065d7ef629c7d991e520fc3dd94cd84b71014902 (patch) | |
tree | 89ed72702a5af85eb8508682edc9f2281d23c2e5 /.ruby-version | |
parent | 61682d5846523038d9a28f851d2bd7c16d27a4a9 (diff) | |
download | voidsky-065d7ef629c7d991e520fc3dd94cd84b71014902.tar.zst |
Improve lightbox... and update to React Native 0.71.0 (#49)
* Switch to a better lightbox implementation (close #42) * Upgrade to react-native 0.71.0 * Update (or remove low-value) tests
Diffstat (limited to '.ruby-version')
-rw-r--r-- | .ruby-version | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.ruby-version b/.ruby-version index a4dd9dba4..49cdd668e 100644 --- a/.ruby-version +++ b/.ruby-version @@ -1 +1 @@ -2.7.4 +2.7.6 |