forked from OpenNeo/impress
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:
parent
c4f3a472ff
commit
98cbaa0c96
3 changed files with 0 additions and 4 deletions
2
Gemfile
2
Gemfile
|
@ -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'
|
||||
|
|
|
@ -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
|
||||
|
|
BIN
vendor/cache/character-encodings-0.4.1.gem
vendored
BIN
vendor/cache/character-encodings-0.4.1.gem
vendored
Binary file not shown.
Loading…
Reference in a new issue