forked from sujaykundu777/devlopr-jekyll
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request sujaykundu777#153 from sujaykundu777/patch/june-2022
updated gems and ruby guides
- Loading branch information
Showing
6 changed files
with
110 additions
and
64 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -28,7 +28,7 @@ jobs: | |
# Check that the Jekyll can actually build | ||
steps: | ||
- name: Checkout repository | ||
uses: actions/checkout@v2 | ||
uses: actions/checkout@v3 | ||
- name: Build the site in the jekyll/builder container | ||
run: | | ||
docker run \ | ||
|
@@ -43,7 +43,7 @@ jobs: | |
# Check markdown files are markdown-lint compliant | ||
steps: | ||
- name: Checkout repository | ||
uses: actions/checkout@v2 | ||
uses: actions/checkout@v3 | ||
- name: Lint markdown files with markdown-lint | ||
uses: articulate/[email protected] | ||
with: | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
3.0.2 | ||
ruby-3.1.2 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2,7 +2,7 @@ | |
|
||
Gem::Specification.new do |spec| | ||
spec.name = "devlopr" | ||
spec.version = "0.4.6" | ||
spec.version = "0.4.9" | ||
spec.authors = ["Sujay Kundu"] | ||
spec.email = ["[email protected]"] | ||
|
||
|
@@ -24,6 +24,6 @@ Gem::Specification.new do |spec| | |
spec.add_runtime_dependency "jekyll-gist", '~> 1.5.0' | ||
spec.add_runtime_dependency "jekyll-admin", '~> 0.11.0' | ||
|
||
spec.add_development_dependency "bundler", "~> 2.2.29" | ||
spec.add_development_dependency "rake", "~> 12.0" | ||
spec.add_development_dependency "bundler", "~> 2.3.15" | ||
spec.add_development_dependency "rake", "~> 13.0" | ||
end |