Skip to content
This repository was archived by the owner on Jan 24, 2025. It is now read-only.

Commit b811d42

Browse files
committed
Fix iconv deprecation warning
Fixes the following warning: ``` /usr/local/var/rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/iconv-1.0.4/lib/iconv/version.rb:1: warning: constant ::Data is deprecated ```
1 parent 8eabfa4 commit b811d42

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Gemfile.lock

+1-1
Original file line numberDiff line numberDiff line change
@@ -201,7 +201,7 @@ GEM
201201
domain_name (~> 0.5)
202202
i18n (0.9.5)
203203
concurrent-ruby (~> 1.0)
204-
iconv (1.0.4)
204+
iconv (1.0.5)
205205
inherited_resources (1.7.2)
206206
actionpack (>= 3.2, < 5.2.x)
207207
has_scope (~> 0.6)

0 commit comments

Comments
 (0)