update ruby
This commit is contained in:
7
Gemfile
7
Gemfile
@ -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"
|
||||
|
Reference in New Issue
Block a user