Skip to content

Commit

Permalink
Remove the unused iconv gem
Browse files Browse the repository at this point in the history
Resolves #320
  • Loading branch information
jvendetti committed Jul 2, 2024
1 parent aedcaf6 commit 74b8471
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
1 change: 0 additions & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,6 @@ gem 'graphql', '~> 2.0.27'
gem 'graphql-client'
gem 'haml', '~> 5.1'
gem 'i18n'
gem 'iconv'
gem 'iso-639', '~> 0.3.6'
gem 'multi_json'
gem 'mysql2', '0.5.5'
Expand Down
3 changes: 1 addition & 2 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -179,7 +179,6 @@ GEM
domain_name (~> 0.5)
i18n (1.14.1)
concurrent-ruby (~> 1.0)
iconv (1.0.8)
io-console (0.7.2)
irb (1.12.0)
rdoc
Expand Down Expand Up @@ -394,6 +393,7 @@ GEM

PLATFORMS
arm64-darwin-22
arm64-darwin-23
x86_64-darwin-21
x86_64-linux

Expand Down Expand Up @@ -422,7 +422,6 @@ DEPENDENCIES
haml (~> 5.1)
html2haml
i18n
iconv
iso-639 (~> 0.3.6)
jquery-rails
jquery-ui-rails
Expand Down

0 comments on commit 74b8471

Please sign in to comment.