summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
-rw-r--r--CHANGELOG.md3
-rw-r--r--lib/Justicar/version.rb2
-rw-r--r--template/Gemfile4
-rw-r--r--template/Gemfile.lock29
4 files changed, 7 insertions, 31 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 948c6d0..01a7b0d 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,3 +1,6 @@
+## [1.0.1] - 2022-04-22
+- Updated the template's Gemfile
+
## [1.0.0] - 2022-04-22
- Added processing feature
- Updated template to showcase processing
diff --git a/lib/Justicar/version.rb b/lib/Justicar/version.rb
index 9c36f99..d74b32d 100644
--- a/lib/Justicar/version.rb
+++ b/lib/Justicar/version.rb
@@ -1,5 +1,5 @@
# frozen_string_literal: true
class Justicar
- VERSION = "1.0.0"
+ VERSION = "1.0.1"
end
diff --git a/template/Gemfile b/template/Gemfile
index be6f9dc..5ceddca 100644
--- a/template/Gemfile
+++ b/template/Gemfile
@@ -6,4 +6,6 @@ gem "webrick", "~> 1.7"
gem "opal-browser", "~> 0.3.3"
-gem "Justicar", "~> 0.1.0"
+gem "Justicar", "~> 1.0.1"
+
+gem "rake", "~> 13.0"
diff --git a/template/Gemfile.lock b/template/Gemfile.lock
deleted file mode 100644
index 7072eae..0000000
--- a/template/Gemfile.lock
+++ /dev/null
@@ -1,29 +0,0 @@
-GEM
- remote: https://rubygems.org/
- specs:
- Justicar (0.1.0)
- opal (~> 1.5)
- opal-browser (~> 0.3.3)
- paggio (~> 0.3.0)
- ast (2.4.2)
- opal (1.5.0)
- ast (>= 2.3.0)
- parser (~> 3.0, >= 3.0.3.2)
- opal-browser (0.3.3)
- opal (>= 1.0, < 2.0)
- paggio (>= 0.3.0)
- paggio (0.3.0)
- parser (3.1.2.0)
- ast (~> 2.4.1)
- webrick (1.7.0)
-
-PLATFORMS
- x86_64-linux
-
-DEPENDENCIES
- Justicar (~> 0.1.0)
- opal-browser (~> 0.3.3)
- webrick (~> 1.7)
-
-BUNDLED WITH
- 2.3.12