Skip to content

Commit

Permalink
Bump to v1.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
julianrubisch committed Apr 14, 2023
1 parent c9558c9 commit 2ebc253
Show file tree
Hide file tree
Showing 5 changed files with 12 additions and 12 deletions.
10 changes: 5 additions & 5 deletions Gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
PATH
remote: .
specs:
futurism (1.2.0.rc2)
cable_ready (= 5.0.0.rc2)
futurism (1.2.0)
cable_ready (>= 5.0)
rack (~> 2.0)
rails (>= 5.2)

Expand Down Expand Up @@ -80,7 +80,7 @@ GEM
thor (>= 0.14.0)
ast (2.4.2)
builder (3.2.4)
cable_ready (5.0.0.rc2)
cable_ready (5.0.0)
actionpack (>= 5.2)
actionview (>= 5.2)
activesupport (>= 5.2)
Expand All @@ -97,7 +97,7 @@ GEM
concurrent-ruby (~> 1.0)
json (2.6.3)
language_server-protocol (3.17.0.3)
loofah (2.19.1)
loofah (2.20.0)
crass (~> 1.0.2)
nokogiri (>= 1.5.9)
mail (2.8.1)
Expand All @@ -118,7 +118,7 @@ GEM
timeout
net-smtp (0.3.3)
net-protocol
nio4r (2.5.8)
nio4r (2.5.9)
nokogiri (1.14.2-arm64-darwin)
racc (~> 1.4)
parallel (1.22.1)
Expand Down
2 changes: 1 addition & 1 deletion futurism.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -34,5 +34,5 @@ Gem::Specification.new do |spec|

spec.add_dependency "rack", "~> 2.0"
spec.add_dependency "rails", ">= 5.2"
spec.add_dependency "cable_ready", "= 5.0.0.rc2"
spec.add_dependency "cable_ready", ">= 5.0"
end
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.2.0.rc2"
VERSION = "1.2.0"
end
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
},
"homepage": "https://github.com/stimulusreflex/futurism#readme",
"dependencies": {
"cable_ready": "^5.0.0-rc2"
"cable_ready": "^5.0.0"
},
"devDependencies": {
"@rollup/plugin-commonjs": "^21.0.3",
Expand Down
8 changes: 4 additions & 4 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -433,10 +433,10 @@ builtin-modules@^3.1.0:
resolved "https://registry.yarnpkg.com/builtin-modules/-/builtin-modules-3.2.0.tgz#45d5db99e7ee5e6bc4f362e008bf917ab5049887"
integrity sha512-lGzLKcioL90C7wMczpkY0n/oART3MbBa8R9OFGE1rJxoVI86u4WAGfEk8Wjv10eKSyTHVGkSo3bvBylCEtk7LA==

cable_ready@^5.0.0-rc2:
version "5.0.0-rc2"
resolved "https://registry.yarnpkg.com/cable_ready/-/cable_ready-5.0.0-rc2.tgz#ccc99dfdd46a8358d6bdcbe285bed16b99220be5"
integrity sha512-Yq5lDy8gQ7NHJIxL0ANFYn/I6/dpLZTUxDio1MfhSyrbJ21eYlieqO/2JnLey7l+FUq1JGDHT1/6egzF5e++rw==
cable_ready@^5.0.0:
version "5.0.0"
resolved "https://registry.yarnpkg.com/cable_ready/-/cable_ready-5.0.0.tgz#a789fc9bcdab07fd7a8073e8159ff7a05ad452d3"
integrity sha512-34unrYrSq5fgmGMjPh0SHLOD8v0z/xxqPI4kFUDkLa+P29UarjgIWL6DKPUibWn2MBzU/S2pIfEDQPlrv7+mrg==
dependencies:
morphdom "2.6.1"

Expand Down

0 comments on commit 2ebc253

Please sign in to comment.