Skip to content

Commit

Permalink
upgrade rails
Browse files Browse the repository at this point in the history
  • Loading branch information
adrienpoly committed Aug 27, 2023
1 parent aa65d44 commit cea5886
Showing 1 changed file with 8 additions and 6 deletions.
14 changes: 8 additions & 6 deletions Gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
GIT
remote: https://github.com/rails/rails.git
revision: c0980d30360149d0c77beb79850e047440c628bf
revision: 55412cd9257dc27a8a9175529857ce5f2d81f92f
branch: main
specs:
actioncable (7.1.0.alpha)
Expand Down Expand Up @@ -68,6 +68,7 @@ GIT
marcel (~> 1.0)
activesupport (7.1.0.alpha)
base64
bigdecimal
concurrent-ruby (~> 1.0, >= 1.0.2)
connection_pool (>= 2.2.5)
drb
Expand Down Expand Up @@ -123,6 +124,7 @@ GEM
erubi (~> 1.4)
parser (>= 2.4)
smart_properties
bigdecimal (3.1.4)
bindex (0.8.1)
bootsnap (1.16.0)
msgpack (~> 1.2)
Expand Down Expand Up @@ -277,7 +279,7 @@ GEM
rainbow (3.1.1)
rake (13.0.6)
regexp_parser (2.8.1)
reline (0.3.7)
reline (0.3.8)
io-console (~> 0.5)
rexml (3.2.6)
rubocop (1.52.1)
Expand Down Expand Up @@ -309,10 +311,10 @@ GEM
websocket (~> 1.0)
smart_properties (1.17.0)
sorbet-runtime (0.5.10962)
sqlite3 (1.6.3-aarch64-linux)
sqlite3 (1.6.3-arm64-darwin)
sqlite3 (1.6.3-x86_64-darwin)
sqlite3 (1.6.3-x86_64-linux)
sqlite3 (1.6.4-aarch64-linux)
sqlite3 (1.6.4-arm64-darwin)
sqlite3 (1.6.4-x86_64-darwin)
sqlite3 (1.6.4-x86_64-linux)
standard (1.30.1)
language_server-protocol (~> 3.17.0.2)
lint_roller (~> 1.0)
Expand Down

0 comments on commit cea5886

Please sign in to comment.