Gemfile in amazon-chime-sdk-rails-1.1.1 vs Gemfile in amazon-chime-sdk-rails-2.0.0
- old
+ new
@@ -1,10 +1,12 @@
source 'https://rubygems.org'
gemspec
# Bundle Rails
-gem 'rails', '~> 7.0.0'
+gem 'rails', '~> 7.1.0'
+# https://github.com/lynndylanhurley/devise_token_auth/pull/1606
+gem 'devise_token_auth', git: 'https://github.com/lynndylanhurley/devise_token_auth.git'
gem 'sqlite3'
gem 'puma'
gem 'sass-rails'
gem 'turbolinks'
\ No newline at end of file