Delete character_encodings gem used only in 1.8

We're not on Ruby 1.8 anymore, so this never happens anyway!
This commit is contained in:
Emi Matchu 2023-08-02 13:22:34 -07:00
parent c4f3a472ff
commit 98cbaa0c96
3 changed files with 0 additions and 4 deletions

View file

@ -19,8 +19,6 @@ gem 'RocketAMF', :git => 'https://github.com/rubyamf/rocketamf.git'
gem 'msgpack', '~> 0.5.3'
gem 'openneo-auth-signatory', '~> 0.1.0'
gem "character-encodings", "~> 0.4.1", :platforms => :ruby_18
gem "nokogiri", "~> 1.5.2"
gem 'sanitize', '~> 2.0.3'

View file

@ -60,7 +60,6 @@ GEM
net-sftp (>= 2.0.0)
net-ssh (>= 2.0.14)
net-ssh-gateway (>= 1.1.0)
character-encodings (0.4.1)
chunky_png (1.4.0)
compass (1.0.3)
chunky_png (~> 1.2)
@ -224,7 +223,6 @@ PLATFORMS
DEPENDENCIES
RocketAMF!
capistrano (~> 2.15.5)
character-encodings (~> 0.4.1)
compass-rails (~> 3.1)
devise (~> 3.5.10)
dotenv-deployment

Binary file not shown.