Skip to content

Commit

Permalink
Upgrade truncato gem to 0.7.12
Browse files Browse the repository at this point in the history
This upgrades truncato in order to fix our compatability issues with Nokogiri

See jorgemanrubia/truncato#20 for more details
  • Loading branch information
tarebyte committed Jul 25, 2023
1 parent 14ac17a commit d97b22b
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ gem 'meta-tags', '~> 2.11', '>= 2.11.1'
gem 'active_model_serializers', '~> 0.10.9'
gem 'premailer-rails', '~>1.10.3'
gem 'gemoji'
gem 'truncato'
gem 'truncato', '~> 0.7.12'

group :development, :test do
gem 'byebug', platforms: %i[mri mingw x64_mingw]
Expand Down
6 changes: 3 additions & 3 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -153,7 +153,7 @@ GEM
nokogiri (~> 1)
rake
mini_mime (1.0.2)
mini_portile2 (2.8.2)
mini_portile2 (2.8.4)
minitest (5.14.0)
msgpack (1.7.1)
multi_json (1.13.1)
Expand Down Expand Up @@ -297,7 +297,7 @@ GEM
thor (1.0.1)
thread_safe (0.3.6)
timecop (0.9.1)
truncato (0.7.11)
truncato (0.7.12)
htmlentities (~> 4.3.1)
nokogiri (>= 1.7.0, <= 2.0)
turbolinks (5.2.0)
Expand Down Expand Up @@ -368,7 +368,7 @@ DEPENDENCIES
spring-watcher-listen (~> 2.0.0)
storyblok (~> 2.0.5)
timecop (~> 0.9.1)
truncato
truncato (~> 0.7.12)
turbolinks (~> 5.2)
twitter_cldr (~> 4.4, >= 4.4.3)
tzinfo-data
Expand Down

0 comments on commit d97b22b

Please sign in to comment.