Skip to content

Conversation

@dependabot
Copy link

@dependabot dependabot bot commented on behalf of github Oct 22, 2024

Bumps the bundler group with 11 updates in the / directory:

Package From To
httparty 0.7.4 0.21.0
yajl-ruby 0.8.3 1.4.3
oauth 0.4.4 0.5.5
sinatra 1.2.6 4.0.0
tilt 1.2.2 2.4.0
faraday 0.7.5.pre 0.9.2
tinder 1.7.0 1.10.1
activeresource 3.0.10 3.0.20
mail 2.3.0 2.5.5
thin 1.2.2 1.2.4
rake 0.8.7 12.3.3

Updates httparty from 0.7.4 to 0.21.0

Changelog

Sourced from httparty's changelog.

0.21.0

0.20.0

Breaking changes

  • Require Ruby >= 2.3.0

Fixes

0.19.1

0.19.0

0.18.1

0.18.0

0.17.3

0.17.2 is broken jnunemaker/httparty#681

0.17.2

0.17.1

... (truncated)

Commits
  • e731057 Update version
  • a2038f2 Add security notice in changelog
  • 455c222 Ignore asdf tool-versions
  • cdb45a6 Merge pull request from GHSA-5pq7-52mg-hr42
  • 243a215 Merge pull request #769 from carlosantoniodasilva/ca-mini-mime
  • a577aca Merge pull request #773 from petergoldstein/feature/add_ruby_3_2_to_ci
  • 7bb1f94 Adds Ruby 3.2 to the CI matrix. Updates checkout action version.
  • 31d3d9d Merge pull request #771 from mishina2228/update-ci-status-badge
  • 7737a77 Update CI status badge
  • 051c181 escape filename in the multipart/form-data Content-Disposition header
  • Additional commits viewable in compare view

Updates yajl-ruby from 0.8.3 to 1.4.3

Changelog

Sourced from yajl-ruby's changelog.

Changelog

1.1.0 (November 9th, 2011)

  • fix compilation due to a "bug" in gcc-llvm on 10.7.2
  • fix gemspec so ruby 1.8.6 or later is required

1.0.0 (September 13th, 2011)

  • add deprecation notice for Yajl's Bzip2 support
  • add deprecation notice for Yajl's Deflate support
  • add deprecation notice for Yajl's Gzip support
  • add deprecation notice for Yajl's JSON gem compatibility API
  • add deprecation notice for Yajl::HttpStream
  • change the path the extension is copied into to be 'lib/yajl'
  • remove 'ext' from the loadpath
Commits

Updates oauth from 0.4.4 to 0.5.5

Release notes

Sourced from oauth's releases.

Version 0.5.5

Fixed security issue and cleaned up codebase.

v0.5.4

Version 0.5.4

Changelog

Sourced from oauth's changelog.

[0.5.5] 2020-01-19 ([tag][0.5.5t])

Added

  • Add :allow_empty_params option (#155)

Changed

  • Allow redirect to different host but same path
  • Various cleanups

Fixed

[0.5.4] 2017-12-08 ([tag][0.5.4t])

Changed

  • Various cleanups (charliesome)

Fixed

  • Fixes UnknownRequestType on Rails 5.1 for ActionDispatch::Request (xprazak2)

[0.5.3] 2017-05-24 ([tag][0.5.3t])

Fixed

  • Fix #145 - broken CLI required loading active_support (James Pinto)

Changed

  • Removing legacy scripts (James Pinto)

[0.5.2] 2017-05-17 ([tag][0.5.2t])

Added

  • Adding a development dependency that had not been mentioned (James Pinto)
  • Adding CodeClimate (James Pinto)
  • Adding support to Ruby 2.4 and head (James Pinto)

Changed

  • Use assert_nil so as to silence a Minitest 6 deprecation warning (James Pinto)
  • Stop bundling tests files in the gem (Michal Papis)
  • Minor cleanup on tests (James Pinto)
  • TravisCI no longer needs libcurl-dev (James Pinto)
  • Nokogiri 1.7 does not accept Ruby 2.0 (James Pinto)
  • Upgrading to CodeClimate 1.0 (James Pinto)
  • Locking gemspec to Rails 4 so as to allow our next version for Rails 5 (James Pinto)
  • moving development dependency to gemspec (James Pinto)
  • Silencing 'Net::HTTPResponse#header is obsolete' (James Pinto)
  • Silencing some test warnings (James Pinto)
  • Silencing 'loading in progress, circular require considered harmful' (James Pinto)
  • Silence 'URI.escape obsolete' (James Pinto)
  • Refactored CLI (James Pinto)
  • Moving test files into test/units/ (James Pinto)
  • Reimplementing #82 - Debug Output Option (James Pinto)

Fixed

  • Fix #113 adding paths when a full URL has been specified (James Pinto)
  • Bug Fix, webmock 2.0 has introduced a new bug (James Pinto)
  • Making a test/support dir (James Pinto)
  • Fix #177 - Adjusting to webmock latest recommended implementation for minitest (James Pinto)

[0.5.1] 2016-02-29 ([tag][0.5.1t])

... (truncated)

Commits
  • d453cee Update HISTORY
  • 9919f7f Merge pull request #153 from moneybird/master
  • 952cea5 Update HISTORY
  • b5d8055 Merge pull request #155 from shotgunsoftware/master
  • 6385e03 Merge pull request #171 from galois17/feature-add-examples
  • 048c121 Merge pull request #170 from galois17/feature-update-history-0.5.5
  • 783e34d Add another example
  • 7442595 Update history for 0.5.5 release
  • 93602bc Merge pull request #168 from galois17/fix-ssl-noverify
  • 87064ce Merge branch 'fix-mocha-version' of github.com:galois17/oauth-ruby into fix-s...
  • Additional commits viewable in compare view

Updates sinatra from 1.2.6 to 4.0.0

Changelog

Sourced from sinatra's changelog.

4.0.0. / 2024-01-19

  • New: Add support for Rack 3 (#1857)

    • Note: you may want to read the [Rack 3 Upgrade Guide]
  • Require Ruby 2.7.8 as minimum Ruby version (#1993)

  • Breaking change: Drop support for Rack 2 (#1857)

    • Note: when using Sinatra to start the web server, you now need the rackup gem installed
  • Breaking change: Remove the IndifferentHash initializer (#1982)

  • Breaking change: Disable session_hijacking protection by default (#1984)

  • Breaking change: Remove Rack::Protection::EncryptedCookie (#1989)

    • Note: cookies are still encrypted (by [Rack::Session::Cookie])

#1857: sinatra/sinatra#1857 #1993: sinatra/sinatra#1993 #1982: sinatra/sinatra#1982 #1984: sinatra/sinatra#1984 #1989: sinatra/sinatra#1989 [Rack::Session::Cookie]: https://github.com/rack/rack-session [Rack 3 Upgrade Guide]: https://github.com/rack/rack/blob/main/UPGRADE-GUIDE.md

3.2.0 / 2023-12-29

  • New: Add #except method to Sinatra::IndifferentHash (#1940)

  • New: Use Exception#detailed_message to show backtrace (#1952)

  • New: Add Sinatra::HamlHelpers to sinatra-contrib (#1960)

  • Fix: Add base64 to rack-protection runtime dependencies (#1946)

  • Fix: Avoid open-ended dependencies for sinatra-contrib and rack-protection (#1949)

  • Fix: Helpful message when Sinatra::Runner times out (#1975)

  • Fix: Ruby 3.3 + Bundler 2.5 compatibility (#1975)

#1940: sinatra/sinatra#1940 #1946: sinatra/sinatra#1946 #1949: sinatra/sinatra#1949 #1952: sinatra/sinatra#1952 #1960: sinatra/sinatra#1960 #1975: sinatra/sinatra#1975

3.1.0 / 2023-08-07

... (truncated)

Commits
  • b626e2d 4.0.0 release (#1996)
  • e56f657 Require Ruby 2.7.8 as minimum Ruby version (#1993)
  • 9993829 CI: remove rack monkey patches
  • 09f1c2b CI: rdiscount 2.2.7.3 resolved the TruffleRuby issue
  • c43e097 CI: use the released version of childprocess
  • 739eaa0 CI: no need to set RUBY_ENGINE
  • d872057 CI: no need to set Encoding.default_external
  • 9c14764 Remove Rack::Protection::EncryptedCookie (#1989)
  • 667056c CI: allow ruby-head to fail
  • 393bb7c Avoid using deprecated Rack::Response#header
  • Additional commits viewable in compare view

Updates tilt from 1.2.2 to 2.4.0

Changelog

Sourced from tilt's changelog.

2.4.0 (2024-06-27)

  • Support commonmarker 1.0+ API (unasuke) (#10)
  • Make etanni template work with frozen string literals (jeremyevans)
  • Deprecate erubis, wikicloth, and maruku templates as they require modifying frozen string literals (jeremyevans)
  • Make SassTemplate ignore unsupported options when using sass-embedded (jeremyevans)

2.3.0 (2023-09-14)

  • Remove deprecated support for non-string template code in PrawnTemplate (jeremyevans)
  • Remove deprecated support for {ERB,Erubis}Template#default_output_variable{,=} (jeremyevans)
  • Remove deprecated support for CoffeeScriptTemplate.default_no_wrap{,=} (jeremyevans)
  • Remove deprecated support for RedCarpet 1.x (jeremyevans)
  • Remove deprecated support for Tilt.current_template (jeremyevans)
  • Make Template#freeze_string_literals? work correctly with Template#compiled_path (jeremyevans)
  • Support :freeze option for StringTemplate to support frozen string literals (jeremyevans)
  • Make Tilt.finalize! a no-op if it has already been called (jeremyevans)

2.2.0 (2023-06-05)

  • Remove deprecated BlueCloth, Less, and Sigil support (jeremyevans)
  • Drop support for RDoc < 4 (jeremyevans)
  • Deprecate Tilt::Cache (jeremyevans)
  • Deprecate Tilt.current_template (jeremyevans)
  • Deprecate support for RedCarpet 1.x (jeremyevans)
  • Deprecate CoffeeScriptTemplate.default_no_wrap{,=} aliases of default_bare{,=} (jeremyevans)
  • Deprecate {ERB,Erubis}Template#default_output_variable{,=} (jeremyevans)
  • Deprecate non-string template code in PrawnTemplate (jeremyevans)
  • Deprecate default lazy loading of handlebars/org/emacs_org/jbuilder external template engines (jeremyevans)
  • Handle locals as a local variable in templates (timriley) (#3)
  • Do not cache output in PrawnTemplate#evaluate (jeremyevans)
  • Do not mark PrawnTemplate as not allowing script, since it can be used to execute arbitrary Ruby code (jeremyevans)
  • Remove Redcarpet1Template and Redcarpet2Template from the RedCarpet support (jeremyevans)
  • Separate CoffeeScriptTemplate.default_bare and CoffeeScriptLiterateTemplate.default_bare (jeremyevans)
  • Fix possible issue in KramdownTemplate under concurrent use (jeremyevans)
  • Do not define yield tag for RadiusTemplate if no block is given to render (jeremyevans)
  • Avoid holding mutex while compiling template methods (jeremyevans)
  • Template#prepare no longer needs to be overridden if no preparation work is needed (jeremyevans)
  • Fix potential concurrency issues in Mapping (jeremyevans)
  • Stop modifying given locals hash in tilt/prawn (jeremyevans)
  • Change visibility of Template#compiled_method to public (jeremyevans)
  • Add Tilt::StaticTemplate for templates that return the same output for every render (jeremyevans)
  • Add Tilt::Mapping#finalized and Tilt.finalize! for finalized mappings that do not require mutex synchronization (jeremyevans)
  • Add frozen_string_literal magic comment to all source files (jeremyevans)
  • Support templates with frozen compiled source code (jeremyevans)
  • Support :skip_compiled_encoding_detection template option to not scan compiled source code for encoding lines (jeremyevans)
  • Ship slim template support with tilt (minad) (#4)
  • Template#extract_{encoding,magic_comment} private methods now require a block (jeremyevans)

The repository switched to https://github.com/jeremyevans/tilt, so issue references above are for that

... (truncated)

Commits
  • a237d86 Bump version to 2.4.0
  • a40719d Add nocov markings around old commonmarker template
  • 1ec1695 Adjust CI gemfile to fix issues
  • 646bd8b Fix ScssTemplate#sass_options when using sass-embedded
  • 9f47973 Make SassTemplate ignore unsupported options when using sass-embedded
  • ac9640c Don't test Maruku in CI on JRuby 9.2
  • adc1ba3 Simplify prawn test checking now that checked_describe can take multiple argu...
  • e6f8b7f Remove modification of string literals in tests
  • b008ed8 Deprecate erubis, wikicloth, and maruku templates as they require modifying s...
  • b803c18 Make etanni template work with frozen string literals
  • Additional commits viewable in compare view

Updates faraday from 0.7.5.pre to 0.9.2

Release notes

Sourced from faraday's releases.

Faraday 0.9.2

Adapters:

  • Enable gzip compression for httpclient
  • Fixes default certificate store for httpclient not having default paths.
  • Make excon adapter compatible with 0.44 excon version
  • Add compatibility with Patron 0.4.20
  • Determine default port numbers in Net::HTTP adapters (Addressable compatibility)
  • em-http: wrap "connection closed by server" as ConnectionFailed type
  • Wrap Errno::ETIMEDOUT in Faraday::Error::TimeoutError

Utils:

  • Add Rack-compatible support for parsing a[][b]=c nested queries
  • Encode nil values in queries different than empty strings. Before: a=; now: a.
  • Have Faraday::Utils::Headers#replace clear internal key cache
  • Dup the internal key cache when a Headers hash is copied

Env and middleware:

  • Ensure env stored on middleware response has reference to the response
  • Ensure that Response properties are initialized during on_complete (VCR compatibility)
  • Copy request options in Faraday::Connection#dup
  • Env custom members should be copied by Env.from(env)
  • Honour per-request request.options.params_encoder
  • Fix interval_randomness data type for Retry middleware
  • Add maximum interval option for Retry middleware

v0.9.0

See the full changelog

v0.9.0.rc6

See the full changelog

... (truncated)

Changelog

Sourced from faraday's changelog.

v0.9.2

Adapters:

  • Enable gzip compression for httpclient
  • Fixes default certificate store for httpclient not having default paths.
  • Make excon adapter compatible with 0.44 excon version
  • Add compatibility with Patron 0.4.20
  • Determine default port numbers in Net::HTTP adapters (Addressable compatibility)
  • em-http: wrap "connection closed by server" as ConnectionFailed type
  • Wrap Errno::ETIMEDOUT in Faraday::Error::TimeoutError

Utils:

  • Add Rack-compatible support for parsing a[][b]=c nested queries
  • Encode nil values in queries different than empty strings. Before: a=; now: a.
  • Have Faraday::Utils::Headers#replace clear internal key cache
  • Dup the internal key cache when a Headers hash is copied

Env and middleware:

  • Ensure env stored on middleware response has reference to the response
  • Ensure that Response properties are initialized during on_complete (VCR compatibility)
  • Copy request options in Faraday::Connection#dup
  • Env custom members should be copied by Env.from(env)
  • Honour per-request request.options.params_encoder
  • Fix interval_randomness data type for Retry middleware
  • Add maximum interval option for Retry middleware

v0.9.1

  • Refactor Net:HTTP adapter so that with_net_http_connection can be overridden to allow pooled connections. (@​Ben-M)
  • Add configurable methods that bypass retry_if in the Retry request middleware. (@​mike-bourgeous)

v0.9.0

Commits

Updates tinder from 1.7.0 to 1.10.1

Changelog

Sourced from tinder's changelog.

1.10.1 - 2014-12-01

  • Loosen hashie dependency

1.10.0 - 2014-08-06

  • Update Faraday dependency
  • Loosen mime-type dependency

1.9.4 - 2014-02-24

  • Fix typos in MIT licence
  • Add Campfire#presence to get a list of rooms in which you are present

1.9.3 - 2013-09-06

  • OAuth support

1.9.2 - 2013-01-04

  • Update dependencies to latest versions

1.9.0 - 2012-07-16

  • Add Room#recent to get a list of recent messages
  • Add Room#search to search a room's transcripts

1.4.3 - 2010-12-07

  • explicitly require 'uri'
  • added Room#tweet(url)

1.4.2 - 2010-11-13

  • Use Faraday instead of HTTParty [eric]
  • Fix file uploads [eric]

1.4.1 - 2010-10-09

  • Make SSL the default since it is available for all Campfire accounts.
  • Added MIT License

1.4 - 2010-05-11

  • Remove methods no longer supported by API Campfire#available_transcripts, Room#ping, Room#destroy, Room#toggle_guest_access
  • Added Room#play
  • ActiveSupport 3.0 support
  • Fix streaming API support
  • Allow SSL for listening
  • Add support for HTTP proxies [c13bcc0b]

1.3.1 - 2009-12-17

  • Declare HTTParty dependency
  • Fix Room#paste

1.3.0 - 2009-12-15

  • Rewrite to use Official Campfire API

1.2.2 - 2009-09-12

... (truncated)

Commits
  • 4595c4d Prep for release 1.10.1
  • bf2c1ae Merge pull request #72 from vigetlabs/relax-hashie-dep
  • 411b22e Relax hashie version requirements
  • fb5884d Prep for release 1.10.0
  • 9c47470 Merge pull request #71 from jamesmeador/master
  • f2c5764 Travis changes to make builds pass; less-restrictive mime-types dependency
  • a27a520 Update to 1.9.5: Bump Faraday to 0.9.0; Remove deprecated rspec :should messages
  • e7f398e Remove jruby18mode from travis
  • e54cac6 Upgrade mime-types gem dependency to 2.2
  • afbb294 Update README
  • Additional commits viewable in compare view

Updates activeresource from 3.0.10 to 3.0.20

Commits

Updates mail from 2.3.0 to 2.5.5

Changelog

Sourced from mail's changelog.

== Version 2.5.5 - 2017-06-09 Jeremy Daer jeremydaer@gmail.com

Security:

  • #1097 – SMTP security: prevent command injection via To/From addresses. (jeremy)

Bugs:

  • #633 – Cope with message parts that have an empty Content-Type (ThomasKoppensteiner, zeepeeare)
  • #689 - Fix Exim delivery method broken by #477 in 2.5.4. (jethrogb)

== Version 2.5.4 - Tue May 14 14:45:00 +1100 2013 Mikel Lindsaar mikel@lindsaar.net

Features:

  • Save settings passed to TestMailer#new (svanderbleek)
  • Allow the setting of envelope from directly (jeremy)
  • Accept other IETF/IANA-registered Content-Types and Content-Transfer-Encodings (jeremy)
  • Alias shift-jis charset to Shift_JIS Ruby encoding (jeremy)
  • Add support for ks_c_5601-1987 charset, aliased to CP949 Ruby encoding (jeremy)
  • Don't allow colons in header names (jeremy)
  • Can assign arrays of Message-IDs to References and In-Reply-To (jeremy)
  • Setting the html_ or text_part sets a default text/html or text/plain content type (jeremy)
  • Setting the html_ or text_part to nil removes it (jeremy)
  • Addresses without a parsable email or display name still format as their raw text (jeremy)
  • Close pull request 504 - Alias GB2312 charset to GB18030 Ruby encoding (bpot)
  • Close pull request 399 - Accept :ca_path and :ca_file options for SMTP delivery (ndbroadbent)
  • Close pull request 389 - Don't add superfluous message headers to MIME parts (djmaze, jeremy)

Performance:

  • Close pull request 488 - Speed up field construction & comparison (bpot)

Bugs:

  • Don't include separating semicolon in paramter value when sanitizing (bpot)
  • Fix fencepost encoding problem with binhex strings and only one token (drasch)
  • Fix sendmail delivery to addresses with a leading hyphen (lifo, jeremy)
  • Correctly format mbox From headers per RFC4155 (bpot, jeremy)
  • Fix bogus '=' at the end of some quoted-printable messages (jeremy)
  • Shouldn't be fooled into encoding strings on 1.8 by unrelated Encoding constant (emiellohr, jeremy)
  • Header encoding should be US-ASCII, not the default external encoding (jeremy)
  • Address elements should return decoded display names by default (jeremy)
  • Fix up tests that depend on utf-8 external encoding; read fixtures as binary (jeremy)
  • Capture stderr from Sendmail and Exim deliveries (jeremy)
  • RFC2822 quoted_string content may be empty (jeremy)
  • Calling #to_s on a field with a nil value returns an empty string instead of nil (jeremy)
  • The Received header may contain zero name/value pairs, qmail-style (jeremy)
  • Fix that setting an attachment with a :mime_type and :encoding would override the :encoding (jeremy)
  • Fix that declaring an html_part but no text_part would use multipart/alternative anyway (jeremy)
  • Close pull request 508 - Don't add an extra CRLF to MIME parts; split MIME parts on correct CRLF boundaries (Aalanar)
  • Close pull request 506 - Escape backslashes in quoted strings (ConradIrwin)
  • Close pull request 496 - Correctly handle quoted-printable line breaks (jeremy)
  • Close pull request 493 - Repair misencoded quoted-printable line breaks (jeremy)
  • Close pull request 487 - Extract comments from group email addresses (bpot)

... (truncated)

Commits
  • 97a8548 2.5.5 release
  • 63fb41b Always use an SSL context. [Fixes #548]
  • f84b84d Specs: fix missing should_receive from f60ccc660434d445b78e8281833c99048a00de20
  • f60ccc6 Fix Mail::Exim, forgotten in 4875bc2b
  • 527067d Gemfile: no rdoc 5 on Ruby 1.9.2
  • 396d39f Clamp down allowed gem versions depending on Ruby version supported
  • b9cee02 Specs: fix expect-style that wasn't backported to old should-style
  • b5a2884 Backport fixes for specs on Ruby 1.9.3+
  • 6110413 Fix tested Ruby versions in README
  • ddc85ed use latest ruby version in CI
  • Additional commits viewable in compare view

Updates thin from 1.2.2 to 1.2.4

Changelog

Sourced from thin's changelog.

== 1.2.4 Flaming Astroboy

  • Fix a few issues in thin to make it a better "gem citizen" [josh]
  • Fix test for rack based Rails in adapter under Ruby >= 1.8.7 [fix content type for convore github/github-services#109 state:resolved]
  • Fix Remote address spoofing vulnerability in Connection#remote_address [Alexey Borzenkov]
  • Fix uninitialized constant ActionController::Dispatcher error with Rails 1.2.3 [Chris Anderton] [#103 state:resolved]
Commits
  • f52228f Fix syntax error in rails adapter, oye! Bump version number to 1.2.4
  • 4ad001c Make cross compiling to win32 work under OS X, w00t!
  • 9d4f025 Replace custom extension tasks w/ rake-compiler
  • 04114f6 Add changelog for last merge.
  • d25ad7d lib/thin should expect lib/ to already be in the $LOAD_PATH. scripts requirin...
  • f640ea6 Never require 'rubygems' in lib/
  • e9f8c54 For thin executable, require 'thin' that is in the $LOAD_PATH
  • 9f391ed Ooops forgot closing parent...
  • 932d33e Fix test for rack based Rails in adapter under Ruby >= 1.8.7 [fix content type for convore github/github-services#109 state:reso...
  • 7bd0279 Fix Remote address spoofing vulnerability in Connection#remote_address [Alexe...
  • Additional commits viewable in compare view

Updates rake from 0.8.7 to 12.3.3

Release notes

Sourced from rake's releases.

rake-10.1.1

Full Changelog: ruby/rake@rake-10.1.0.beta.3...rake-10.1.1

rake-10.1.0

Full Changelog: ruby/rake@rake-10.0.4...rake-10.1.0

rake-10.1.0.beta.3

Full Changelog: ruby/rake@rake-10.1.0.beta.2...rake-10.1.0.beta.3

rake-10.1.0.beta.2

Full Changelog: ruby/rake@rake-10.1.0.beta.1...rake-10.1.0.beta.2

rake-10.1.0.beta.1

Full Changelog: ruby/rake@rake-10.0.4...rake-10.1.0.beta.1

rake-10.0.4

Full Changelog: ruby/rake@rake-10.0.3...rake-10.0.4

rake-10.0.3

Full Changelog: ruby/rake@rake-10.0.2...rake-10.0.3

rake-10.0.2

Full Changelog: ruby/rake@rake-10.0.1...rake-10.0.2

rake-10.0.1

Full Changelog: ruby/rake@rake-10.0.0.beta.2...rake-10.0.1

rake-10.0.0

Full Changelog: ruby/rake@rake-0.9.3.beta.3...rake-10.0.0

rake-10.0.0.beta.2

Full Changelog: ruby/rake@rake-0.9.3.beta.3...rake-10.0.0.beta.2

rake-0.9.6

Full Changelog: ruby/rake@rake-0.9.5...rake-0.9.6

rake-0.9.5

Full Changelog: ruby/rake@rake-0.9.4...rake-0.9.5

rake-0.9.4

Full Changelog: ruby/rake@rake-0.9.3.beta.3...rake-0.9.4

rake-0.9.3

Full Changelog: ruby/rake@rake-0.9.2...rake-0.9.3

rake-0.9.3.beta.3

Full Changelog: ruby/rake@rake-0.9.3.beta.2...rake-0.9.3.beta.3

rake-0.9.3.beta.2

Full Changelog: ruby/rake@rake-0.9.3.beta.1...rake-0.9.3.beta.2

... (truncated)

Changelog

Sourced from rake's changelog.

=== 12.3.3

==== Bug fixes

  • Use the application's name in error message if a task is not found. Pull Request #303 by tmatilai

==== Enhancements:

  • Use File.open explicitly.

=== 12.3.2

==== Bug fixes

  • Fixed test fails caused by 2.6 warnings. Pull Request #297 by hsbt

==== Enhancements:

  • Rdoc improvements. Pull Request #293 by colby-swandale
  • Improve multitask performance. Pull Request #273 by jsm
  • Add alias prereqs. Pull Request #268 by take-cheeze

=== 12.3.1

==== Bug fixes

  • Support did_you_mean >= v1.2.0 which has a breaking change on formatters. Pull request #262 by FUJI Goro.

==== Enhancements:

  • Don't run task if it depends on already invoked but failed task. Pull request #252 by Gonzalo Rodriguez.
  • Make space trimming consistent for all task arguments. Pull request #259 by Gonzalo Rodriguez.
  • Removes duplicated inclusion of Rake::DSL in tests. Pull request #254 by Gonzalo Rodriguez.
  • Re-raise a LoadError that didn't come from require in the test loader. Pull request #250 by Dylan Thacker-Smith.

=== 12.3.0

==== Compatibility Changes

  • Bump required_ruby_version to Ruby 2.0.0. Rake has already

... (truncated)

Commits
  • 5c87c46 Bump version to 12.3.3.
  • 5b8f8fc Use File.open explicitly.
  • 6497ba4 Merge pull request #317 from ruby/ignore-gitignore
  • be62efb Removed gitignore from gemspec files.
  • 1c22b49 Merge pull request #309 from RDIL/patch-1
  • 496944a Remove deprecated travis ci option
  • 489c7d8 Merge pull request #307 from ruby/azure-pipelines
  • 77eb6d8 Only enabled macOS environment
  • 72ffa2e use realpath
  • 7744872 Do not specify ruby version of macOS
  • Additional commits viewable in compare view

Updates activesupport from 3.0.10 to 3.0.20

Commits
  • b875be0 bumping to 3.0.20
  • 5375dce Add an OkJson backend and remove the YAML backend
  • 18bce29 remove the warning when testing whiny_nil
  • dd3caf6 Fix indentation to remove warning
  • ba6b243 Remove not used variable warning
  • 871a7db Update mocha version to 0.13.0 and change requires
  • bf91545 Fix 3-0-stable to work with Mocha >= v0.13.0
  • e5f4a39 Update changelogs with release dates and minor improvements [ci skip]
  • 7909e7f bumping version
  • a494824 CVE-2013-0156: Safe XML params parsing. Doesn't allow symbols or yaml.
  • Additional commits viewable in compare view

Updates i18n from 0.5.0 to 0.5.4

Commits
  • 7fa3544 Bump to 0.5.4
  • d51e864 Add bundler gem tasks for building/releasing
  • 5a76220 Remove dead code [ci skip]
  • b5314a1 Merge branch 'cherry-pick-missing-0.5-commits' into 0.5.0
  • 388dd95 Use bundle exec when running tests for all gemfiles
  • 9e9619a Try to install tokyo cabinet ruby bindings on travis
  • a376c58 Fix bundle check guard clause on run_all script
  • c8fb7e5 Fix script that runs tests against all available Gemfiles
  • 3353dd3 Merge pull request #234 from carlosantoniodasilva/ca-fix-warnings
  • b664cf9 Remove throwing warning: invalid start is ignored
  • Additional commits viewable in compare view

Updates json from 1.6.1 to 1.8.6

Release notes

Sourced from json's releases.

v1.8.6

Full Changelog: ruby/json@v1.8.5...v1.8.6

v1.8.5

Full Changelog: ruby/json@v1.8.3...v1.8.5

v1.8.3

Full Changelog: ruby/json@v1.8.2...v1.8.3

v1.8.2

Full Changelog: ruby/json@v1.8.1...v1.8.2

v1.8.1

Full Changelog: ruby/json@v1.8.0...v1.8.1

v1.8.0

Full Changelog: ruby/json@v1.7.7...v1.8.0

v1.7.7

Full Changelog: ruby/json@v1.7.6...v1.7.7

v1.7.6

Full Changelog: ruby/json@v1.7.5...v1.7.6

v1.7.5

Full Changelog: ruby/json@v1.7.4...v1.7.5

v1.7.4

Full Changelog: ruby/json@v1.7.3...v1.7.4

v1.7.3

Full Changelog: ruby/json@v1.7.2...v1.7.3

v1.7.2

Full Changelog: ruby/json@v1.7.1...v1.7.2

v1.7.1

Full Changelog: ruby/json@v1.7.0...v1.7.1

v1.7.0

Full Changelog: ruby/json@v1.6.7...v1.7.0

v1.6.8

Full Changelog: ruby/json@v1.6.7...v1.6.8

v1.6.7

Full Changelog: ruby/json@v1.6.5...v1.6.7

v1.6.6

Full Changelog: ruby/json@v1.6.5...v1.6.6

... (truncated)

Changelog

Sourced from json's changelog.

2017-01-13 (1.8.6)

  • Be compatible with ancient ruby 1.8 (maybe?)

2015-09-11 (1.8.5)

  • Be compatible with ruby 2.4.0
  • There were still some mentions of dual GPL licensing in the source, but JSON has just the Ruby license that itself includes an explicit dual-licensing clause that allows covered software to be distributed under the terms of the Simplified BSD License instead for all ruby versions >= 1.9.3. This is however a GPL compatible license according to the Free Software Foundation. I changed these mentions to be consistent with the Ruby license setting in the gemspec files which were already correct now.

2015-06-01 (1.8.3)

  • Fix potential memory leak, thx to nobu.

2015-01-08 (1.8.2)

2013-05-13 (1.8.1)

  • Remove Rubinius exception since transcoding should be working now.

2013-05-13 (1.8.0)

  • Fix ruby/json#162 reported by Marc-Andre Lafortune github_rocks@marc-andre.ca. Thanks!
  • Applied patches by Yui NARUSE naruse@airemix.jp to suppress warning with -Wchar-subscripts and better validate UTF-8 strings.
  • Applied patch by ginriki@github to remove unnecessary if.
  • Add load/dump interface to JSON::GenericObject to make serialize :some_attribute, JSON::GenericObject work in Rails active models for convenient SomeModel#some_attribute.foo.bar access to serialised JSON data.

2013-02-04 (1.7.7)

  • Security fix for JSON create_additions default value and JSON::GenericObject. I...

    Description has been truncated

Bumps the bundler group with 11 updates in the / directory:

| Package | From | To |
| --- | --- | --- |
| [httparty](https://github.com/jnunemaker/httparty) | `0.7.4` | `0.21.0` |
| [yajl-ruby](https://github.com/brianmario/yajl-ruby) | `0.8.3` | `1.4.3` |
| [oauth](https://github.com/oauth-xx/oauth-ruby) | `0.4.4` | `0.5.5` |
| [sinatra](https://github.com/sinatra/sinatra) | `1.2.6` | `4.0.0` |
| [tilt](https://github.com/jeremyevans/tilt) | `1.2.2` | `2.4.0` |
| [faraday](https://github.com/lostisland/faraday) | `0.7.5.pre` | `0.9.2` |
| [tinder](https://github.com/collectiveidea/tinder) | `1.7.0` | `1.10.1` |
| [activeresource](https://github.com/rails/activeresource) | `3.0.10` | `3.0.20` |
| [mail](https://github.com/mikel/mail) | `2.3.0` | `2.5.5` |
| [thin](https://github.com/macournoyer/thin) | `1.2.2` | `1.2.4` |
| [rake](https://github.com/ruby/rake) | `0.8.7` | `12.3.3` |



Updates `httparty` from 0.7.4 to 0.21.0
- [Release notes](https://github.com/jnunemaker/httparty/releases)
- [Changelog](https://github.com/jnunemaker/httparty/blob/main/Changelog.md)
- [Commits](jnunemaker/httparty@v0.7.4...v0.21.0)

Updates `yajl-ruby` from 0.8.3 to 1.4.3
- [Changelog](https://github.com/brianmario/yajl-ruby/blob/master/CHANGELOG.md)
- [Commits](https://github.com/brianmario/yajl-ruby/commits)

Updates `oauth` from 0.4.4 to 0.5.5
- [Release notes](https://github.com/oauth-xx/oauth-ruby/releases)
- [Changelog](https://github.com/oauth-xx/oauth-ruby/blob/main/CHANGELOG.md)
- [Commits](ruby-oauth/oauth@v0.4.4...v0.5.5)

Updates `sinatra` from 1.2.6 to 4.0.0
- [Changelog](https://github.com/sinatra/sinatra/blob/main/CHANGELOG.md)
- [Commits](sinatra/sinatra@1.2.6...v4.0.0)

Updates `tilt` from 1.2.2 to 2.4.0
- [Changelog](https://github.com/jeremyevans/tilt/blob/master/CHANGELOG.md)
- [Commits](jeremyevans/tilt@1.2.2...v2.4.0)

Updates `faraday` from 0.7.5.pre to 0.9.2
- [Release notes](https://github.com/lostisland/faraday/releases)
- [Changelog](https://github.com/lostisland/faraday/blob/main/CHANGELOG.md)
- [Commits](https://github.com/lostisland/faraday/commits/v0.9.2)

Updates `tinder` from 1.7.0 to 1.10.1
- [Changelog](https://github.com/collectiveidea/tinder/blob/master/CHANGELOG.txt)
- [Commits](collectiveidea/tinder@v1.7.0...v1.10.1)

Updates `activeresource` from 3.0.10 to 3.0.20
- [Release notes](https://github.com/rails/activeresource/releases)
- [Commits](https://github.com/rails/activeresource/commits)

Updates `mail` from 2.3.0 to 2.5.5
- [Changelog](https://github.com/mikel/mail/blob/2.5.5/CHANGELOG.rdoc)
- [Commits](mikel/mail@2.3.0...2.5.5)

Updates `thin` from 1.2.2 to 1.2.4
- [Release notes](https://github.com/macournoyer/thin/releases)
- [Changelog](https://github.com/macournoyer/thin/blob/master/CHANGELOG)
- [Commits](macournoyer/thin@v1.2.2...v1.2.4)

Updates `rake` from 0.8.7 to 12.3.3
- [Release notes](https://github.com/ruby/rake/releases)
- [Changelog](https://github.com/ruby/rake/blob/master/History.rdoc)
- [Commits](ruby/rake@rake-0.8.7...v12.3.3)

Updates `activesupport` from 3.0.10 to 3.0.20
- [Release notes](https://github.com/rails/rails/releases)
- [Changelog](https://github.com/rails/rails/blob/v7.2.1.1/activesupport/CHANGELOG.md)
- [Commits](rails/rails@v3.0.10...v3.0.20)

Updates `i18n` from 0.5.0 to 0.5.4
- [Release notes](https://github.com/ruby-i18n/i18n/releases)
- [Changelog](https://github.com/ruby-i18n/i18n/blob/master/CHANGELOG.md)
- [Commits](ruby-i18n/i18n@v0.5.0...v0.5.4)

Updates `json` from 1.6.1 to 1.8.6
- [Release notes](https://github.com/flori/json/releases)
- [Changelog](https://github.com/ruby/json/blob/master/CHANGES.md)
- [Commits](ruby/json@v1.6.1...v1.8.6)

Updates `rack` from 1.3.0 to 3.1.8
- [Release notes](https://github.com/rack/rack/releases)
- [Changelog](https://github.com/rack/rack/blob/main/CHANGELOG.md)
- [Commits](rack/rack@1.3.0...v3.1.8)

Updates `twitter-stream` from 0.1.14 to 0.1.16
- [Commits](https://github.com/voloko/twitter-stream/commits)

---
updated-dependencies:
- dependency-name: httparty
  dependency-type: direct:production
  dependency-group: bundler
- dependency-name: yajl-ruby
  dependency-type: direct:production
  dependency-group: bundler
- dependency-name: oauth
  dependency-type: direct:production
  dependency-group: bundler
- dependency-name: sinatra
  dependency-type: direct:production
  dependency-group: bundler
- dependency-name: tilt
  dependency-type: direct:production
  dependency-group: bundler
- dependency-name: faraday
  dependency-type: direct:production
  dependency-group: bundler
- dependency-name: tinder
  dependency-type: direct:production
  dependency-group: bundler
- dependency-name: activeresource
  dependency-type: direct:production
  dependency-group: bundler
- dependency-name: mail
  dependency-type: direct:production
  dependency-group: bundler
- dependency-name: thin
  dependency-type: direct:production
  dependency-group: bundler
- dependency-name: rake
  dependency-type: direct:production
  dependency-group: bundler
- dependency-name: activesupport
  dependency-type: indirect
  dependency-group: bundler
- dependency-name: i18n
  dependency-type: indirect
  dependency-group: bundler
- dependency-name: json
  dependency-type: indirect
  dependency-group: bundler
- dependency-name: rack
  dependency-type: indirect
  dependency-group: bundler
- dependency-name: twitter-stream
  dependency-type: indirect
  dependency-group: bundler
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Oct 22, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant