Update locomotivecms_wagon: 2.3.0 → 2.4.0 (minor) #16
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
You don't seem to have any Continuous Integration service set up!
Without a service that will test the Depfu branches and pull requests, we can't inform you if incoming updates actually work with your app. We think that this degrades the service we're trying to provide down to a point where it is more or less meaningless.
This is fine if you just want to give Depfu a quick try. If you want to really let Depfu help you keep your app up-to-date, we recommend setting up a CI system:
depfu/.It might be necessary to once deactivate and reactivate your project in Depfu for the CI service to be properly detected.
We've updated a dependency and here is what you need to know:
Additionally, the update changed a few other dependencies as well:
You should probably take a good look at the info here and the test results before merging this pull request, of course.
What changed?
✳️ locomotivecms_wagon (2.3.0 → 2.4.0) · Repo
Commits
See the full diff on Github. The new version differs by 7 commits:
use the latest stable versions of coal and steam + bump version to 2.4.0Merge pull request #344 from DonKoko/update-foundation-generatorupdate StyledYAML since the ruby Psych API has changed a littleupdated to newest version of foundationremove a debug statement preventing the deployment of a site + bump version to 2.4.0.rc2bump version to 2.4.0.rc1support for Ruby 2.5 + upgrade to the last versions of Steam and Coal + remove warningsCommits
See the full diff on Github. The new version differs by 3 commits:
Preparing for 5.1.6 releaseReturn all mappings for a timezone id in `country_zones`Merge branch '5-1-5' into 5-1-stableCommits
See the full diff on Github. The new version differs by 24 commits:
static_facade and method_object pass on blocksWhitespace.Introduce cattr_implementCover bang arguments in specv5.0.0: Complain about unknown hash valuesv4.6.0: static_facade can take multiple method namesBump version to 4.5.0Merge pull request #21 from jeffcole/aattr_initializeAdd `aattr_initialize`Fix alias typos in spec example descriptionsRemove Rubinius from TravisCIMerge pull request #20 from jeffcole/fix_rattr_initialize_exampleFix `rattr_initialize` example and typosREADME: unmention super from attr_initialize blockMake script/test use 'm'Add 'm' to run individual testsDoc attr_implement with modulesTweak READMEDoc that we don't support SimpleObjectUnbork in Ruby 2.0 and earlierExtract AttrImplement classRename ModuleMethods -> MixinTweak commentREADME tweakCommits
See the full diff on Github. The new version differs by 3 commits:
Release 8.0 versionUse more clear error country statistics errorUpdate autoprefixer.js with Browserslist 3 and without page-break-*Release Notes
0.15.3
0.15.2
Net::HTTPadapters to retry request internally by settingmax_retriesto 0 if available (Ruby 2.5+). (#799)NestedParamsEncoderhandling of empty array values (#801)0.15.1
Also in this release:
0.15.0
Features:
Fixes:
0.14.0
find_proxy(#724)0.13.1
0.13.0
0.12.2
Faraday::ConnectionFailed(#702)Faraday::Utils::Headers(#690)0.12.1
rewind_filesfeature that was causing an exception when the body was not an HashCommits
See the full diff on Github. The new version differs by 60 commits:
Fixes an issue with Travis deployment to RubygemsVersion bump to 0.14.0Allow overriding env proxy (#754)Adds Ruby 2.5 and switch to Trusty dist on Travis (#756)Handle all connection timeout messages in Patron (#687)Fixes issue on Travis for test ConnectionTest#test_dynamic_proxy (#753)Delete UPGRADING.mdCreate UPGRADING.mdFix CONTRIBUTING link in README (#749)External Typhoeus Adapter Compatibility (#748)Faraday::Adapter::Test stubs now support entire urls (with host) (#741)Moves github files under the `.github` folderCreate PULL_REQUEST_TEMPLATE.mdCreate CODE_OF_CONDUCT.mdCreate ISSUE_TEMPLATE.mdMention the externl typhoeus adapter (#740)Warn about adapter being unset when making a request (#743)Remove Typhoeus adapter (#715)Fixes the behaviour for Excon's open_timeout (not setting write_timeout anymore) (#731)If proxy is manually provided, this takes priority over `find_proxy` (#724)Asks Travis to use Ubuntu PreciseVersion bump (0.13.1)Fixes an incompatibility with new proxy detection and Addressable::URI gem (#722)Version bump (0.13.0)Version bump (0.12.3)Fixes an edge-case issue with response headers parsing (missing HTTP header) (#719)Adapter support for Net::HTTP::Persistent v3.0.0 (#619)Prefer #hostname over #host. (#714)Environment proxy refactoring (#712)Update README.mdVersion bump (0.12.2)Fixes an issue with Options.merge! and Faraday instrumentation middleware (#711)Update CONTRIBUTING.mdFixes an issue with Faraday.default_connection not using Faraday.default_connection_options (#707)Fixes an issue with Options having a nil value (#706)Fixes YAML serialization/deserialization for `Faraday::Utils::Headers` (#705)fixes #702 (#703)Missing request middleware in README (#696)Do not use :insecure option by default in Patron (#691)Guard against invalid middleware configuration with warning (#685)Parse headers from aggregated proxy requests/responses (#681)Add Authentication Section to the ReadMe (#678)expose wrapped_exception in all client errors (#686)version bump (0.12.1)fixes #683Update patron_test.rbUpdate faraday.rbFix duplicate gem publishing via Travis CI (#680)Adds support for `context` request options, including test coverage and Readme section.Support no_proxy via URI::Generic#find_proxy (#670)Make multipart boundary unique (#673)Rewind UploadIO's on retry (#669)Update README.mdUpdate retry.rbOptions deep merge (#662)Update README.mdImplement no_proxy feature (#658)Update README.mdUpdate README.mdIssue #551 Revise Readme to be more accessible (#659)Release Notes
0.12.2
0.12.1
0.12.0
write_optionsto be specified for FaradayMiddleware::Caching (#155)Commits
See the full diff on Github. The new version differs by 2 commits:
Version bump (0.12.2)Update .travis.ymlCommits
See the full diff on Github. The new version differs by 28 commits:
Release 0.16.2Add comment for action dispatch supportMerge pull request #585 from mcls/masterSupport ActionDispatch::Http::UploadedFile againMerge pull request #583 from jmortlock/fix-nested-paramsCorrectly handle nested paramsRelease 0.16.1Update Changelog.mdMerge pull request #579 from JonMidhir/fix_rspec_warningsMerge pull request #576 from jirutka/fix-multipartAvoid redefining classes between tests.Instantiates variables used during test execution.Remove specific error checkUpdate Changelog.mdMerge pull request #575 from combinaut/fix-boolean-paramsMerge pull request #578 from jnunemaker/shadowRename key/value to avoid variable shadowing with the parameters of the methodFix multipart to set its header even when other headers are providedFix multipart uploads with boolean params.Update Changelog.mdMerge pull request #573 from JonMidhir/add_hal_json_supportParse content with application/hal+json content type as JSONMerge pull request #571 from nicolasleger/patch-1[CI] Test against Ruby 2.5Release 0.16.0Update changelogFix up some examplesMerge branch 'add_multipart_support' of https://github.com/TheSmartnik/httparty into TheSmartnik-add_multipart_supportRelease Notes
1.1.0
assert_nothing_raised#417KeyValuebackend with subtrees disabled - #419yamlfile extension - #4211.0.1
exception_handlerto reserved keys - #412Thanks to @stereobooster and @tjoyal.
Commits
See the full diff on Github. The new version differs by 24 commits:
Bump to 1.1.0Merge pull request #425 from AlexWayfer/ignore_ruby-version_file_by_gitIgnore `.ruby-version` file by `git`Merge pull request #421 from 3mundi/accept_yaml_extensionallow yaml extension fileMerge pull request #417 from Silex/masterMerge pull request #419 from wjordan/key_value_pluralization_fixfix pluralization behavior for KeyValue backend with subtrees disabledadd tests for existing pluralization behaviorFix deprecated use of assert_nothing_raisedMerge pull request #415 from tjoyal/fallbacks-to-exclude-default-localeMerge pull request #414 from tjoyal/simplify-default-exception-handledBump to version 1.0.1Merge pull request #412 from tjoyal/interpolation-missing-reserved-key-exception-handlerFallbacks to exclude default localeSimplify default exception handlerInterpolation add missing reserved keyMerge pull request #393 from stereobooster/anonymous-objectsMerge branch 'master' into anonymous-objectsIgnore Ruby 2.2.8 + 2.3.5 for Rails masterUse constant instead of anonymous objectsFrozen stringsBump to 1.0.0Merge pull request #409 from svenfuchs/remove-1.9.3-supportCommits
See the full diff on Github. The new version differs by 3 commits:
bump version to 1.5.1set a content type by default for each uploaded fileupgrade gems + bump version to 1.5.0Commits
See the full diff on Github. The new version differs by 2 commits:
upgrade gems + bump version to 0.3.0upgrade to gems + remove CodeClimateCommits
See the full diff on Github. The new version differs by 18 commits:
bump version to 1.4.0calculate once the params contained in the request bodyMerge branch 'akretion-fix-json-params'add tests to prove it works + refactorfix getting params with post and put request with json bodyallow the datetime comparaison with nil valuesexpose the handle property of a site in Liquidbump version to 1.4.0.rc2fix issue #106make the database used for specs a global variablefix mongodb integration testsfix a potential vulnerabilitychange version to 1.4.0.rc1remove warnings and add a MIT-LICENSE file instead of just LICENSEupgrade gems + use Ruby 2.5.0 for the tests + fix the tests + bump version to 1.4.0-rc.1merge previous commitremove warnings to ensure compatibility with Ruby 2.4Merge pull request #100 from akretion/add_reset_password_notificationCommits
See the full diff on Github. The new version differs by 8 commits:
Fix the manifest for releasev3.2018.0812 Data Update, with tooling updatesFix a hoe bugMove Markdown extensions from text/plain (#13)Added ipa extention to application/octet-stream mime type definition (#12)Update JS MIME type file extensions (#11)Add .xsd extension to XML mime (#10)Adds more extensions for the video/MTS mime type (#7)Commits
See the full diff on Github. The new version differs by 12 commits:
Merge branch 'master' of github.com:discourse/mini_mimebump versionMerge pull request #14 from ahorek/replace_subUpdate mime types from upstreamMerge pull request #13 from ahorek/lookup_by_extreplace subexpose lookup by extensionFix typos.Merge pull request #11 from attritionorg/patch-1Update LICENSE.txt with an actual nameMerge pull request #10 from esparta/adjusting_lookup_by_filenameAdjusting lookup_by_filename on performance & styleSorry, we couldn't find anything useful about this release.
Commits
See the full diff on Github. The new version differs by 5 commits:
Release 3.0.3Update definitions (#154)Fix Rubocop new warningsUpdate .rubocop_defaults.yml (#153)Update docblockCommits
See the full diff on Github. The new version differs by 54 commits:
Merge pull request #376 from jdleesmiller/fix-cve-2018-1000544Bump version to 1.2.2Bump version to 1.3.0Bump version to 2.0.0Expand from root rather than current working directoryDisable symlinks and check for path traversalConsolidate path traversal testsAdd jwilk's path traversal testsTrigger CI againMove jruby to allow failures matrix till crc uint 32 issues are resolvedFix CVE-2018-1000544 symlink path traversalFix CVE-2018-1000544 absolute path traversalFix jruby versionMerge pull request #363 from hainesr/fix-dir-globWhen globbing in ZipFSDir, take CWD into account.Pass glob through from ZipFileNameMapper.Merge pull request #361 from hainesr/quiet-testsMerge pull request #358 from idoru/handle-gpbit-3Turn off all terminal output in all tests.Handle stored files with general purpose bit 3 setMerge pull request #353 from pnomolos/pnomolos/fix_stringioMerge pull request #352 from tricknotes/bump-ruby-versionsMerge pull request #355 from pnomolos/pnomolos/fix-rubocop-breakageFix regression caused by Rubocop cleanupAdded fix for calling 'close' on a StringIO-backed zip file, and specsBump Ruby versions on Travis CIMerge pull request #350 from olleolleolle/patch-1Travis: TypoTravis: Workaround a rbx-3 autoload issueMerge pull request #345 from olleolleolle/patch-1Merge pull request #346 from olleolleolle/patch-2Merge branch 'master' into patch-2Merge pull request #347 from swamp09/ci_againstCI against Ruby 2.2.8, 2.3.5, and 2.4.2Travis: typoTravis: Try using rbx-3Travis: update RubyGemsTravis: drop oraclejdk-7Travis: use JRUBY_OPTS="--debug"Travis: use pre-installed Travis rubiesREADME: Use a blockquote to make text readableMerge pull request #325 from aeroastro/feature/tempfile-directoryMerge pull request #326 from aeroastro/feature/readme-improvementMerge pull request #340 from alsor/force-entry-names-encoding-optionMerge branch 'master' into force-entry-names-encoding-optionadd option to force entry names encodingMake naming on README more consistentMerge pull request #321 from gaurish/patch-1Merge pull request #332 from aeroastro/feature/rubocop-updateApply automatic correction by rubocopDisable Style/MutableConstant because existent code relies on itAdd rubocop dependency and correct settingsSave temporary files to a temporary directoryFile.join() is our friend for joining pathsRelease Notes
4.6.6
Sanitize#transform_node!@stanhu - #1834.6.5
4.6.4
4.6.2
4.6.1
4.6.0
Commits
See the full diff on Github. The new version differs by 21 commits:
Release 4.6.6Merge branch 'stanhu-sh-optimize-transform-node'Optimize Sanitize#transform_node!Merge pull request #181 from asadakbar/default_whitespaceClarifies whitespace_elements documentation to specify defaultchore: Release 4.6.5StyleClean elements before cleaning styleschore: Release 4.6.4Remove optimization to get back the previous behaviour of transformerschore: Add CVE id to history for 4.6.3chore: Release 4.6.3fix: Prevent code injection due to improper escaping in libxml2 >= 2.9.2chore: Release 4.6.2Optimize memory usagechore: Release 4.6.1Merge branch 'flavorjones-flavorjones-frozen-string-support'support ruby 2.4+ frozen string literalschore: Release 4.6.0Loosen Nokogumbo version to allow 1.5.0Remove yard and redcarpet from dev dependenciesCommits
See the full diff on Github. The new version differs by 38 commits:
Regenerate gemspec for version 2.8.4Version bump to 2.8.4Merge pull request #201 from giga811/stringex-fix-yaml-reserved-words2quote hyphen-minus to fix yaml parse errorquote yaml reserved word 'on'install mongo on all travis installstweak travis settingsRegenerate gemspec for version 2.8.3Version bump to 2.8.3Merge pull request #200 from giga811/stringex-fix-yaml-reserved-wordsFix yaml reserved word 'yes'Fix yaml reserved word 'no'Regenerate gemspec for version 2.8.2Version bump to 2.8.2Merge pull request #199 from utilum/warningsRemove unused variableRemove sensible but overridden private method read_attributeWrap argument in parenthesesRemove `_` from character class that already has \wRegenerate gemspec for version 2.8.1update gemspecVersion bump to 2.8.1Version bump to 2.8.0update development gemsAdd parentheses around method argumentRegenerate gemspec for version 2.7.1Version bump to 2.7.1Merge pull request #196 from reverbdotcom/fix-unsafe-charsRemove backticks and tildesRegenerate gemspec for version 2.7.0version 2.7remove 1.9 from travisVersion bump to 2.7.0change travis setting for rvmuse ruby 1.9 syntax for hashes where possiblechange rake test settings [no warnings or verbose]Merge pull request #193 from fauxparse/custom_duplicatesallow custom sequence to be used to generate unique URLsCommits
See the full diff on Github. The new version differs by 8 commits:
Bump version to 4.1.19Update UglifyJS to 3.4.9Bump version to 4.1.18Update UglifyJS to 3.4.7Bump version to 4.1.17Update UglifyJS to 3.4.6Bump version to 4.1.16Update UglifyJS to 3.4.5Depfu will automatically keep this PR conflict-free, as long as you don't add any commits to this branch yourself. You can also trigger a rebase manually by commenting with
@depfu rebase.All Depfu comment commands