Skip to content

Commit

Permalink
Fix merging better variant
Browse files Browse the repository at this point in the history
  • Loading branch information
pnatashap committed Feb 5, 2024
1 parent d3eb49c commit f62a482
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
1 change: 0 additions & 1 deletion Gemfile

This file was deleted.

3 changes: 3 additions & 0 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -902,6 +902,9 @@ OF THE POSSIBILITY OF SUCH DAMAGE.
</goals>
<configuration>
<executable>bundle</executable>
<environmentVariables>
<BUNDLE_GEMFILE>${basedir}/src/jekyll/Gemfile</BUNDLE_GEMFILE>
</environmentVariables>
<arguments>
<argument>exec</argument>
<argument>jekyll</argument>
Expand Down

2 comments on commit f62a482

@0pdd
Copy link
Collaborator

@0pdd 0pdd commented on f62a482 Feb 5, 2024

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Puzzle 1-e3409bbe discovered in src/test/java/com/rultor/agents/req/StartsRequestTest.java) and submitted as #1843. Please, remember that the puzzle was not necessarily added in this particular commit. Maybe it was added earlier, but we discovered it only now.

@0pdd
Copy link
Collaborator

@0pdd 0pdd commented on f62a482 Feb 5, 2024

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Puzzle 1-0304c8cf discovered in src/test/java/com/rultor/agents/req/StartsRequestTest.java) and submitted as #1844. Please, remember that the puzzle was not necessarily added in this particular commit. Maybe it was added earlier, but we discovered it only now.

Please sign in to comment.