Skip to content

Commit 18c739b

Browse files
committed
Update Ruby version and fix Gemfile
1 parent 7fe0aea commit 18c739b

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

Gemfile

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
source 'https://rubygems.org'
22

3-
ruby '~> 2.6'
3+
ruby '~> 3.1'
44

55
git_source(:github) do |repo_name|
66
repo_name = "#{repo_name}/#{repo_name}" unless repo_name.include?("/")
@@ -64,6 +64,7 @@ gem 'webpacker', '~> 5.4.3'
6464
gem 'pusher'
6565

6666
source 'https://rails-assets.org' do
67+
gem 'rails-assets-jquery'
6768
gem 'rails-assets-jquery.gritter'
6869
end
6970

Gemfile.lock

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -660,6 +660,7 @@ DEPENDENCIES
660660
rack-cors
661661
rack-timeout
662662
rails (~> 5.2.6.3)
663+
rails-assets-jquery!
663664
rails-assets-jquery.gritter!
664665
rails-controller-testing
665666
rails-i18n
@@ -690,7 +691,7 @@ DEPENDENCIES
690691
webpacker (~> 5.4.3)
691692

692693
RUBY VERSION
693-
ruby 2.6.8p205
694+
ruby 3.1.2p20
694695

695696
BUNDLED WITH
696697
1.17.3

0 commit comments

Comments
 (0)