update ruby

This commit is contained in:
2023-01-13 13:56:58 +02:00
parent df8013bd7d
commit 6de7f4ca09
4 changed files with 28 additions and 5 deletions

View File

@ -1,6 +1,6 @@
source "https://rubygems.org"
ruby "3.0.4"
ruby "3.1.3"
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 '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_tailwind_css"