We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 978f46e commit b56d0ffCopy full SHA for b56d0ff
CHANGELOG.md
@@ -1,3 +1,7 @@
1
+## [0.7.1] - 2025-06-25
2
+
3
+- Updated webrick dependency to 1.8.2. This release has the same contents as 0.7.0.
4
5
## [0.7.0] - 2025-06-25
6
7
### Added
Gemfile.lock
@@ -1,7 +1,7 @@
PATH
remote: .
specs:
- lucide-rails (0.7.0)
+ lucide-rails (0.7.1)
railties (>= 4.1.0)
GEM
lib/lucide-rails/version.rb
@@ -1,5 +1,5 @@
# frozen_string_literal: true
module LucideRails
- VERSION = "0.7.0"
+ VERSION = "0.7.1"
end
0 commit comments