Skip to content

Commit

Permalink
Merge pull request #198 from cedarcode/dependabot/bundler/all-gems-e0…
Browse files Browse the repository at this point in the history
…da41e1b5

build(deps): bump importmap-rails from 2.0.3 to 2.1.0 in the all-gems group
  • Loading branch information
santiagorodriguez96 authored Dec 23, 2024
2 parents 1f3a6d4 + c270235 commit afb148d
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 9 deletions.
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ gem 'rails', "~> 7.1.5"
gem "webauthn", "~> 3.2"

gem 'bootsnap', '~> 1.17', require: false
gem 'importmap-rails', '~> 2.0'
gem 'importmap-rails', '~> 2.1'
gem 'puma', '~> 6.5'
gem "rollbar", "~> 3.6"
gem 'sassc-rails', '~> 2.0'
Expand Down
16 changes: 8 additions & 8 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -117,18 +117,18 @@ GEM
dotenv (3.1.6)
drb (2.2.1)
ed25519 (1.3.0)
erubi (1.13.0)
erubi (1.13.1)
ffi (1.17.0)
globalid (1.2.1)
activesupport (>= 6.1)
i18n (1.14.6)
concurrent-ruby (~> 1.0)
importmap-rails (2.0.3)
importmap-rails (2.1.0)
actionpack (>= 6.0.0)
activesupport (>= 6.0.0)
railties (>= 6.0.0)
io-console (0.8.0)
irb (1.14.2)
irb (1.14.3)
rdoc (>= 4.0.0)
reline (>= 0.4.2)
json (2.9.0)
Expand All @@ -146,7 +146,7 @@ GEM
thor (~> 1.3)
zeitwerk (>= 2.6.18, < 3.0)
language_server-protocol (3.17.0.3)
logger (1.6.3)
logger (1.6.4)
loofah (2.23.1)
crass (~> 1.0.2)
nokogiri (>= 1.12.0)
Expand Down Expand Up @@ -189,7 +189,7 @@ GEM
parser (3.3.6.0)
ast (~> 2.4.1)
racc
psych (5.2.1)
psych (5.2.2)
date
stringio
public_suffix (6.0.1)
Expand Down Expand Up @@ -236,10 +236,10 @@ GEM
zeitwerk (~> 2.6)
rainbow (3.1.1)
rake (13.2.1)
rdoc (6.9.0)
rdoc (6.10.0)
psych (>= 4.0.0)
regexp_parser (2.9.3)
reline (0.5.12)
reline (0.6.0)
io-console (~> 0.5)
rexml (3.3.9)
rollbar (3.6.0)
Expand Down Expand Up @@ -339,7 +339,7 @@ DEPENDENCIES
bundler-audit (~> 0.9.1)
byebug (~> 11.0)
capybara (~> 3.26)
importmap-rails (~> 2.0)
importmap-rails (~> 2.1)
kamal (~> 2.4)
minitest-stub_any_instance (~> 1.0)
puma (~> 6.5)
Expand Down

0 comments on commit afb148d

Please sign in to comment.