Skip to content

Commit

Permalink
Bump version to v1.4.1
Browse files Browse the repository at this point in the history
  • Loading branch information
julianrubisch committed Apr 22, 2024
1 parent 0e25549 commit e0e24ef
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 16 deletions.
28 changes: 14 additions & 14 deletions Gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
PATH
remote: .
specs:
futurism (1.4.0)
futurism (1.4.1)
cable_ready (>= 5.0)
rack (~> 2.0)
rack (>= 2, < 4)
rails (>= 5.2)

GEM
Expand Down Expand Up @@ -89,7 +89,7 @@ GEM
thor (>= 0.14.0)
ast (2.4.2)
base64 (0.2.0)
bigdecimal (3.1.6)
bigdecimal (3.1.7)
builder (3.2.4)
cable_ready (5.0.3)
actionpack (>= 5.2)
Expand Down Expand Up @@ -124,7 +124,7 @@ GEM
net-smtp
marcel (1.0.4)
mini_mime (1.1.5)
minitest (5.22.2)
minitest (5.22.3)
mutex_m (0.2.0)
net-imap (0.4.10)
date
Expand All @@ -133,9 +133,9 @@ GEM
net-protocol
net-protocol (0.2.2)
timeout
net-smtp (0.4.0.1)
net-smtp (0.5.0)
net-protocol
nio4r (2.7.0)
nio4r (2.7.1)
nokogiri (1.16.2-arm64-darwin)
racc (~> 1.4)
nokogiri (1.16.2-x86_64-linux)
Expand All @@ -147,14 +147,14 @@ GEM
psych (5.1.2)
stringio
racc (1.7.3)
rack (2.2.8.1)
rack-session (1.0.2)
rack (< 3)
rack (3.0.10)
rack-session (2.0.0)
rack (>= 3.0.0)
rack-test (2.1.0)
rack (>= 1.3)
rackup (1.0.0)
rack (< 3)
webrick
rackup (2.1.0)
rack (>= 3)
webrick (~> 1.8)
rails (7.1.3.2)
actioncable (= 7.1.3.2)
actionmailbox (= 7.1.3.2)
Expand Down Expand Up @@ -186,10 +186,10 @@ GEM
zeitwerk (~> 2.6)
rainbow (3.1.1)
rake (13.1.0)
rdoc (6.6.2)
rdoc (6.6.3.1)
psych (>= 4.0.0)
regexp_parser (2.9.0)
reline (0.4.3)
reline (0.5.2)
io-console (~> 0.5)
rexml (3.2.6)
rubocop (1.60.2)
Expand Down
2 changes: 1 addition & 1 deletion lib/futurism/version.rb
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
module Futurism
VERSION = "1.4.0"
VERSION = "1.4.1"
end
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@stimulus_reflex/futurism",
"version": "1.4.0",
"version": "1.4.1",
"description": "Lazy-load Rails partials via CableReady",
"main": "./dist/futurism.umd.min.js",
"module": "./dist/futurism.min.js",
Expand Down

0 comments on commit e0e24ef

Please sign in to comment.