update ruby
This commit is contained in:
@ -1 +1 @@
|
|||||||
3.0.4
|
3.1.3
|
||||||
|
7
Gemfile
7
Gemfile
@ -1,6 +1,6 @@
|
|||||||
source "https://rubygems.org"
|
source "https://rubygems.org"
|
||||||
|
|
||||||
ruby "3.0.4"
|
ruby "3.1.3"
|
||||||
|
|
||||||
gem "rails", "~> 7.0"
|
gem "rails", "~> 7.0"
|
||||||
|
|
||||||
@ -18,6 +18,11 @@ gem 'carrierwave', '>= 3.0.0.beta', '< 4.0'
|
|||||||
|
|
||||||
gem "ruby2js" , git: "https://github.com/ruby2js/ruby2js/" , branch: "haml_fix"
|
gem "ruby2js" , git: "https://github.com/ruby2js/ruby2js/" , branch: "haml_fix"
|
||||||
gem 'thredded', '~> 1.0'
|
gem 'thredded', '~> 1.0'
|
||||||
|
gem "rest-client"
|
||||||
|
#token = Rails.application.credentials[:ha_token]
|
||||||
|
#RestClient.get( "10.30.39.238:8123/api/states/sensor.sonoff_pow_2a_209_power" , {"Authorizat
|
||||||
|
#ion" => "Bearer #{token}" })
|
||||||
|
|
||||||
|
|
||||||
gem "simple_form" , "5.1.0"
|
gem "simple_form" , "5.1.0"
|
||||||
gem "simple_form_tailwind_css"
|
gem "simple_form_tailwind_css"
|
||||||
|
22
Gemfile.lock
22
Gemfile.lock
@ -136,6 +136,8 @@ GEM
|
|||||||
railties (>= 4.1.0)
|
railties (>= 4.1.0)
|
||||||
responders
|
responders
|
||||||
warden (~> 1.2.3)
|
warden (~> 1.2.3)
|
||||||
|
domain_name (0.5.20190701)
|
||||||
|
unf (>= 0.0.5, < 1.0.0)
|
||||||
erubi (1.12.0)
|
erubi (1.12.0)
|
||||||
erubis (2.7.0)
|
erubis (2.7.0)
|
||||||
execjs (2.8.1)
|
execjs (2.8.1)
|
||||||
@ -181,6 +183,9 @@ GEM
|
|||||||
nokogiri (>= 1.6.0)
|
nokogiri (>= 1.6.0)
|
||||||
ruby_parser (~> 3.5)
|
ruby_parser (~> 3.5)
|
||||||
htmlentities (4.3.4)
|
htmlentities (4.3.4)
|
||||||
|
http-accept (1.7.0)
|
||||||
|
http-cookie (1.0.5)
|
||||||
|
domain_name (~> 0.5)
|
||||||
i18n (1.12.0)
|
i18n (1.12.0)
|
||||||
concurrent-ruby (~> 1.0)
|
concurrent-ruby (~> 1.0)
|
||||||
image_processing (1.12.2)
|
image_processing (1.12.2)
|
||||||
@ -226,6 +231,9 @@ GEM
|
|||||||
marcel (1.0.2)
|
marcel (1.0.2)
|
||||||
matrix (0.4.2)
|
matrix (0.4.2)
|
||||||
method_source (1.0.0)
|
method_source (1.0.0)
|
||||||
|
mime-types (3.4.1)
|
||||||
|
mime-types-data (~> 3.2015)
|
||||||
|
mime-types-data (3.2022.0105)
|
||||||
mina (1.2.4)
|
mina (1.2.4)
|
||||||
open4 (~> 1.3.4)
|
open4 (~> 1.3.4)
|
||||||
rake
|
rake
|
||||||
@ -245,6 +253,7 @@ GEM
|
|||||||
timeout
|
timeout
|
||||||
net-smtp (0.3.3)
|
net-smtp (0.3.3)
|
||||||
net-protocol
|
net-protocol
|
||||||
|
netrc (0.11.0)
|
||||||
nio4r (2.5.8)
|
nio4r (2.5.8)
|
||||||
nokogiri (1.13.10-x86_64-linux)
|
nokogiri (1.13.10-x86_64-linux)
|
||||||
racc (~> 1.4)
|
racc (~> 1.4)
|
||||||
@ -316,6 +325,11 @@ GEM
|
|||||||
responders (3.0.1)
|
responders (3.0.1)
|
||||||
actionpack (>= 5.0)
|
actionpack (>= 5.0)
|
||||||
railties (>= 5.0)
|
railties (>= 5.0)
|
||||||
|
rest-client (2.1.0)
|
||||||
|
http-accept (>= 1.7.0, < 2.0)
|
||||||
|
http-cookie (>= 1.0.2, < 2.0)
|
||||||
|
mime-types (>= 1.16, < 4.0)
|
||||||
|
netrc (~> 0.8)
|
||||||
rexml (3.2.5)
|
rexml (3.2.5)
|
||||||
rinku (2.0.6)
|
rinku (2.0.6)
|
||||||
ruby-vips (2.1.4)
|
ruby-vips (2.1.4)
|
||||||
@ -388,6 +402,9 @@ GEM
|
|||||||
timeout (0.3.1)
|
timeout (0.3.1)
|
||||||
tzinfo (2.0.5)
|
tzinfo (2.0.5)
|
||||||
concurrent-ruby (~> 1.0)
|
concurrent-ruby (~> 1.0)
|
||||||
|
unf (0.1.4)
|
||||||
|
unf_ext
|
||||||
|
unf_ext (0.0.8.2)
|
||||||
warden (1.2.9)
|
warden (1.2.9)
|
||||||
rack (>= 2.0.9)
|
rack (>= 2.0.9)
|
||||||
web-console (4.2.0)
|
web-console (4.2.0)
|
||||||
@ -426,6 +443,7 @@ DEPENDENCIES
|
|||||||
passenger
|
passenger
|
||||||
pg (~> 1.1)
|
pg (~> 1.1)
|
||||||
rails (~> 7.0)
|
rails (~> 7.0)
|
||||||
|
rest-client
|
||||||
ruby2js!
|
ruby2js!
|
||||||
sassc-rails
|
sassc-rails
|
||||||
selenium-webdriver
|
selenium-webdriver
|
||||||
@ -438,7 +456,7 @@ DEPENDENCIES
|
|||||||
webdrivers
|
webdrivers
|
||||||
|
|
||||||
RUBY VERSION
|
RUBY VERSION
|
||||||
ruby 3.0.4p208
|
ruby 3.1.3p185
|
||||||
|
|
||||||
BUNDLED WITH
|
BUNDLED WITH
|
||||||
2.2.33
|
2.3.26
|
||||||
|
@ -1 +1 @@
|
|||||||
cBfiDOsfbpoerJLrgx0rBBWV9DYuW4cvbHG2261uc/LGtU3jGCmKfjPlf+9jlnTBwX4hgz/5gOQkweeFKTnqKqN53ZmvIuMVsWA3fZfNNO4YzUzK6PAR3qBx3670JFUcEC9yhgUPij+Vmg/+d/ZndgA09Rsm+6JKn7MwQexuxs2enDR5khb5t3g7j45CsnYSvry6NFZ0fFd2LTvzBDAjP3lVsTHDgXL/R/w2Efk2H5djU6Km79xW1/XF7NEUDZllR9tExeXNjtdK00E5VqqsVQCCsNLxB5z9pr97rqQi++VmDD1YMuHRKrglnc8wRHzGp++kSb8u2dUQV8nhcyofUhgMYuo9HHLsOCXEiuxK7aEKbCuiyJLeFpUwDe63j2+F217Fe8ziawE6k+EiAkpRImmap6TrPDkI4VpT--f/0FgHT/l+vdOJty--Q4RW6cJzfppEBMzZFujQZg==
|
jkcNarcfRswF7FzOvG9cD+GNjt5Vv+MIndhtC8sFK0VUufpbp+ONzgQeIV9p8hgjPf32/jZson9wE6BWBcCDWTpQkZ5I+K1OiseKxLgYM+748rspCn/khgAk7/6JhpqEJ1CKCnYPiBLye6uS41kHYhvDz4ymkHysCiNqH9lmih3sUtgUzVT8IK2g0u7eQLoLM4rfMApmdFryxfNrZ1cg9CvfSyG81Nb5hIVcX/533Z2fE9OWorfosmYM9D4w9Oi7wDtqh5eqySIciT1yyhyPC+YkXjzkRDFc3Q8BgVerWvWQ1tGezbssT1c8cYY2DwqE1k32t68fY29Hym6ahGOqvd7bxKMt+8/anVXd2CW7XPub8BnYfgPyXfKR+HCQsh3U3Ho6sg/42JJDF09aC740lZR+F5D8iEHeYAcHtpF4qg0MowYwwNMqX8dqHq+h3VKa7p6zjkKbWBDMxP1SaalCmEv1LjKWB1rEfhm8oqyMPitLqie09+dT2OT+3za4JGVeqTK+B9w02jI+H7JC8fOC7mqnM9eLcUHCyDI9BLwFjLuO9VVYJrCExlJDVApg/ovBL7jVm7Ygq4ml4I+HHvhKU64lTm3d3JVzZhX42u90uYlxgZM0nKrbVbXoiNQGJFvpkWz5wvzwifKqzXnkHJSABXFj6FCBCj8=--4X57Al8e3Y5mZKpt--eipYQLkH8EhKQ7m+U16q6Q==
|
Reference in New Issue
Block a user