Skip to content

Commit

Permalink
fix issue #233
Browse files Browse the repository at this point in the history
  • Loading branch information
did committed Apr 1, 2024
1 parent 114b7ef commit aeade67
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 12 deletions.
20 changes: 10 additions & 10 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ PATH
dragonfly (>= 1.2, < 1.5)
duktape (~> 2.0.1.1)
execjs (~> 2.9.1)
httparty (~> 0.16.0)
httparty (~> 0.21.0)
kramdown (~> 2.3.0)
liquid (~> 4.0.4)
locomotivecms_common (~> 0.6.0.alpha1)
Expand All @@ -17,7 +17,7 @@ PATH
moneta (~> 1.6.0)
morphine (~> 0.1.1)
multi_json (~> 1.15.0)
nokogiri (~> 1.14.2)
nokogiri (~> 1.15.6)
pony (~> 1.12)
rack-cache (>= 1.7, < 2)
rack-rewrite (~> 1.5.1)
Expand Down Expand Up @@ -72,8 +72,8 @@ GEM
temple (>= 0.8.2)
thor
tilt
httparty (0.16.4)
mime-types (~> 3.0)
httparty (0.21.0)
mini_mime (>= 1.0.0)
multi_xml (>= 0.5.2)
i18n (1.14.4)
concurrent-ruby (~> 1.0)
Expand Down Expand Up @@ -120,13 +120,13 @@ GEM
net-protocol
net-protocol (0.2.2)
timeout
net-smtp (0.4.0.1)
net-smtp (0.5.0)
net-protocol
nio4r (2.7.0)
nokogiri (1.14.5)
mini_portile2 (~> 2.8.0)
nio4r (2.7.1)
nokogiri (1.15.6)
mini_portile2 (~> 2.8.2)
racc (~> 1.4)
nokogiri (1.14.5-x86_64-darwin)
nokogiri (1.15.6-x86_64-darwin)
racc (~> 1.4)
origin (2.3.1)
pony (1.13.1)
Expand All @@ -135,7 +135,7 @@ GEM
puma (6.4.2)
nio4r (~> 2.0)
racc (1.7.3)
rack (3.0.9.1)
rack (3.0.10)
rack-cache (1.16.0)
rack (>= 0.4)
rack-mini-profiler (0.10.7)
Expand Down
4 changes: 2 additions & 2 deletions locomotivecms_steam.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -18,10 +18,10 @@ Gem::Specification.new do |spec|
spec.add_development_dependency 'mongo', '~> 2.18.2'
spec.add_development_dependency 'origin', '~> 2.3.1'

spec.add_dependency 'nokogiri', '~> 1.14.2'
spec.add_dependency 'nokogiri', '~> 1.15.6'
spec.add_dependency 'sanitize', '~> 6.0.1'
spec.add_dependency 'morphine', '~> 0.1.1'
spec.add_dependency 'httparty', '~> 0.16.0'
spec.add_dependency 'httparty', '~> 0.21.0'
spec.add_dependency 'chronic', '~> 0.10.2'
spec.add_dependency 'bcrypt', '~> 3.1.11'
spec.add_dependency 'multi_json', '~> 1.15.0'
Expand Down

0 comments on commit aeade67

Please sign in to comment.