<!-- 
RSS generated by JIRA (1001.0.0-SNAPSHOT#100246-sha1:7a5c50119eb0633d306e14180817ddef5e80c75d) at Thu Feb 08 23:19:56 UTC 2024

It is possible to restrict the fields that are returned in this document by specifying the 'field' parameter in your request.
For example, to request only the issue key and summary add field=key&field=summary to the URL of your request.
-->
<rss version="0.92" >
<channel>
    <title>FOLIO Jira</title>
    <link>https://folio-org.atlassian.net</link>
    <description>This file is an XML representation of an issue</description>
    <language>en-us</language>    <build-info>
        <version>1001.0.0-SNAPSHOT</version>
        <build-number>100246</build-number>
        <build-date>07-02-2024</build-date>
    </build-info>

<item>
            <title>[FOLIO-2339] Address incompatible bundler version when building FOLIO devdocs site</title>
                <link>https://folio-org.atlassian.net/browse/FOLIO-2339</link>
                <project id="10290" key="FOLIO">FOLIO</project>
                    <description>&lt;p&gt;Errors in the AWS CodeBuild log:&lt;/p&gt;

&lt;div class=&quot;preformatted panel&quot; style=&quot;border-width: 1px;&quot;&gt;&lt;div class=&quot;preformattedContent panelContent&quot;&gt;
&lt;pre&gt;[Container] 2019/11/02 03:20:23 Entering phase INSTALL 
[Container] 2019/11/02 03:20:23 Running command bundle install --path vendor/bundle 
You must use Bundler 2 or greater with this lockfile. 
 
[Container] 2019/11/02 03:20:23 Command did not exit successfully bundle install --path vendor/bundle exit status 20 
[Container] 2019/11/02 03:20:23 Phase complete: INSTALL State: FAILED 
&lt;/pre&gt;
&lt;/div&gt;&lt;/div&gt;</description>
                <environment></environment>
        <key id="81482">FOLIO-2339</key>
            <summary>Address incompatible bundler version when building FOLIO devdocs site</summary>
                <type id="10003" iconUrl="https://folio-org.atlassian.net/rest/api/2/universal_avatar/view/type/issuetype/avatar/10318?size=medium">Task</type>
                                            <priority id="10001" iconUrl="https://dev.folio.org/assets/jira-priority/jira-p2.svg">P2</priority>
                        <status id="6" iconUrl="https://folio-org.atlassian.net/images/icons/statuses/closed.png" description="The issue is considered finished, the resolution is correct. Issues which are closed can be reopened.">Closed</status>
                    <statusCategory id="3" key="done" colorName="green"/>
                                    <resolution id="10003">Done</resolution>
                                                        <assignee accountid="5ced27478b03050f27825a93">Peter Murray</assignee>
                                                                <reporter accountid="5ced27478b03050f27825a93">Peter Murray</reporter>
                                    <labels>
                            <label>devweb</label>
                    </labels>
                <created>Mon, 4 Nov 2019 15:10:51 +0000</created>
                <updated>Wed, 3 Jun 2020 16:40:15 +0000</updated>
                            <resolved>Mon, 11 Nov 2019 22:21:01 +0000</resolved>
                                                                    <component>Documentation</component>
                        <due></due>
                            <votes>0</votes>
                                    <watches>2</watches>
                                                                <comments>
                                                            <comment id="193967" author="5ced27478b03050f27825a93" created="Mon, 4 Nov 2019 15:16:28 +0000"  >&lt;p&gt;Re-ran build with a previously successful configuration.  It seemed to build correctly, but also said:&lt;/p&gt;

&lt;div class=&quot;preformatted panel&quot; style=&quot;border-width: 1px;&quot;&gt;&lt;div class=&quot;preformattedContent panelContent&quot;&gt;
&lt;pre&gt;[Container] 2019/11/04 15:13:35 Entering phase INSTALL 
[Container] 2019/11/04 15:13:35 Running command bundle install --path vendor/bundle 
Warning: the running version of Bundler (1.13.5) is older than the version that created the lockfile (1.17.1). We suggest you upgrade to the latest version of Bundler by running `gem install bundler`.
&lt;/pre&gt;
&lt;/div&gt;&lt;/div&gt;</comment>
                                                            <comment id="193971" author="61cd0ca0bce5e00069e98be7" created="Mon, 4 Nov 2019 23:13:48 +0000"  >&lt;p&gt;With the new branch that is not building (
    &lt;span class=&quot;jira-issue-macro resolved&quot; data-jira-key=&quot;FOLIO-2302&quot; &gt;
                &lt;a href=&quot;https://folio-org.atlassian.net/browse/FOLIO-2302&quot; class=&quot;jira-issue-macro-key issue-link&quot;  title=&quot;Update dev.f.o site dependencies 2019 October&quot; &gt;
            &lt;img class=&quot;icon&quot; src=&quot;https://folio-org.atlassian.net/rest/api/2/universal_avatar/view/type/issuetype/avatar/10318?size=medium&quot; /&gt;
            FOLIO-2302
        &lt;/a&gt;
                                                    &lt;span class=&quot;aui-lozenge aui-lozenge-subtle aui-lozenge-success jira-macro-single-issue-export-pdf&quot;&gt;Closed&lt;/span&gt;
            &lt;/span&gt;
), i had upgraded my local version of bundler to v2, so that is why the committed Gemfile.lock of this branch has newer version.&lt;/p&gt;</comment>
                                                            <comment id="193974" author="5ced27478b03050f27825a93" created="Mon, 11 Nov 2019 22:15:33 +0000"  >&lt;p&gt;So much going on here.  First, the Serverless devdoc build stack was pinning the version of Ruby to 2.3.1 &amp;#8211; pretty old.  To use later versions of Ruby, &lt;a href=&quot;https://docs.aws.amazon.com/codebuild/latest/userguide/build-env-ref-available.html&quot; class=&quot;external-link&quot; rel=&quot;nofollow noreferrer&quot;&gt;one now specifies a general-purpose CodeBuild image&lt;/a&gt; in the CodeBuild definition, then &lt;a href=&quot;https://docs.aws.amazon.com/codebuild/latest/userguide/build-spec-ref.html&quot; class=&quot;external-link&quot; rel=&quot;nofollow noreferrer&quot;&gt;puts one or more runtime specifications&lt;/a&gt; in the buildspec.yml file.&lt;/p&gt;

&lt;p&gt;Also hit on a edge case for naming S3 buckets &amp;#8211; they can&apos;t end in a dash.  So the branch-based CloudFormation stack was failing.  Fixed that too.&lt;/p&gt;

&lt;p&gt;It should be okay to merge the 
    &lt;span class=&quot;jira-issue-macro resolved&quot; data-jira-key=&quot;FOLIO-2302&quot; &gt;
                &lt;a href=&quot;https://folio-org.atlassian.net/browse/FOLIO-2302&quot; class=&quot;jira-issue-macro-key issue-link&quot;  title=&quot;Update dev.f.o site dependencies 2019 October&quot; &gt;
            &lt;img class=&quot;icon&quot; src=&quot;https://folio-org.atlassian.net/rest/api/2/universal_avatar/view/type/issuetype/avatar/10318?size=medium&quot; /&gt;
            FOLIO-2302
        &lt;/a&gt;
                                                    &lt;span class=&quot;aui-lozenge aui-lozenge-subtle aui-lozenge-success jira-macro-single-issue-export-pdf&quot;&gt;Closed&lt;/span&gt;
            &lt;/span&gt;
 branch on devdocs now.&lt;/p&gt;</comment>
                                                            <comment id="193978" author="61cd0ca0bce5e00069e98be7" created="Tue, 12 Nov 2019 01:26:41 +0000"  >&lt;p&gt;Thanks a million Peter. All back in working order. Merged that branch now.&lt;/p&gt;</comment>
                    </comments>
                <issuelinks>
                            <issuelinktype id="10000">
                    <name>Blocks</name>
                                            <outwardlinks description="blocks">
                                        <issuelink>
            <issuekey id="81452">FOLIO-2302</issuekey>
        </issuelink>
                            </outwardlinks>
                                                        </issuelinktype>
                    </issuelinks>
                <attachments>
                    </attachments>
                <subtasks>
                    </subtasks>
                <customfields>
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                <customfield id="customfield_10000" key="com.atlassian.jira.plugins.jira-development-integration-plugin:devsummarycf">
                        <customfieldname>Development</customfieldname>
                        <customfieldvalues>
                            
                        </customfieldvalues>
                    </customfield>
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    <customfield id="customfield_10019" key="com.pyxis.greenhopper.jira:gh-lexo-rank">
                        <customfieldname>Rank</customfieldname>
                        <customfieldvalues>
                            <customfieldvalue>0|i00cqv:</customfieldvalue>

                        </customfieldvalues>
                    </customfield>
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    <customfield id="customfield_10020" key="com.pyxis.greenhopper.jira:gh-sprint">
                        <customfieldname>Sprint</customfieldname>
                        <customfieldvalues>
                            
                        </customfieldvalues>
                    </customfield>
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        <customfield id="customfield_10024" key="com.atlassian.jira.ext.charting:firstresponsedate">
                        <customfieldname>[CHART] Date of First Response</customfieldname>
                        <customfieldvalues>
                            <customfieldvalue>Mon, 4 Nov 2019 23:13:48 +0000</customfieldvalue>

                        </customfieldvalues>
                    </customfield>
                                                                <customfield id="customfield_10025" key="com.atlassian.jira.ext.charting:timeinstatus">
                        <customfieldname>[CHART] Time in Status</customfieldname>
                        <customfieldvalues>
                            
                        </customfieldvalues>
                    </customfield>
                                    </customfields>
    </item>
</channel>
</rss>