Skip to content

Commit

Permalink
Versión de turbo-rails
Browse files Browse the repository at this point in the history
  • Loading branch information
vtamara committed Feb 4, 2022
1 parent c7c7df6 commit 24a53ca
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 4 deletions.
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ gem 'sprockets-rails'

gem 'stimulus-rails'

gem 'turbo-rails'
gem 'turbo-rails', '~> 1.0'

gem 'twitter_cldr' # ICU con CLDR

Expand Down
7 changes: 4 additions & 3 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -304,8 +304,9 @@ GEM
thor (1.2.1)
tilt (2.0.10)
timeout (0.2.0)
turbo-rails (7.1.1)
rails (>= 6.0.0)
turbo-rails (1.0.1)
actionpack (>= 6.0.0)
railties (>= 6.0.0)
twitter_cldr (6.11.1)
camertron-eprun
cldr-plurals-runtime-rb (~> 1.1)
Expand Down Expand Up @@ -361,7 +362,7 @@ DEPENDENCIES
spring
sprockets-rails
stimulus-rails
turbo-rails
turbo-rails (~> 1.0)
twitter_cldr
tzinfo
web-console
Expand Down

0 comments on commit 24a53ca

Please sign in to comment.