Skip to content

Commit

Permalink
Update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
tagliala committed Oct 9, 2024
1 parent 12f08cd commit 94f97f5
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 4 deletions.
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ source 'https://rubygems.org'
ruby '2.6.10'

gem 'haml', '~> 6.3'
gem 'iso-639', '~> 0.3.6'
gem 'iso-639', '~> 0.3.8'
gem 'json', '~> 2.7'
gem 'mail', '~> 2.8'
gem 'mime-types', '~> 3.6'
Expand Down
8 changes: 5 additions & 3 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ GEM
byebug (11.1.3)
concurrent-ruby (1.3.4)
connection_pool (2.4.1)
csv (3.3.0)
daemons (1.4.1)
date (3.3.4)
diff-lcs (1.5.1)
Expand All @@ -24,7 +25,8 @@ GEM
http-accept (1.7.0)
http-cookie (1.0.7)
domain_name (~> 0.5)
iso-639 (0.3.6)
iso-639 (0.3.8)
csv
json (2.7.2)
kgio (2.11.4)
logger (1.6.1)
Expand Down Expand Up @@ -81,7 +83,7 @@ GEM
rspec-expectations (3.13.3)
diff-lcs (>= 1.2.0, < 2.0)
rspec-support (~> 3.13.0)
rspec-mocks (3.13.1)
rspec-mocks (3.13.2)
diff-lcs (>= 1.2.0, < 2.0)
rspec-support (~> 3.13.0)
rspec-support (3.13.1)
Expand Down Expand Up @@ -128,7 +130,7 @@ PLATFORMS
DEPENDENCIES
byebug
haml (~> 6.3)
iso-639 (~> 0.3.6)
iso-639 (~> 0.3.8)
json (~> 2.7)
mail (~> 2.8)
mime-types (~> 3.6)
Expand Down

0 comments on commit 94f97f5

Please sign in to comment.