File tree Expand file tree Collapse file tree 2 files changed +4
-2
lines changed Expand file tree Collapse file tree 2 files changed +4
-2
lines changed Original file line number Diff line number Diff line change 1
1
source 'https://rubygems.org'
2
2
3
- ruby '~> 2.6 '
3
+ ruby '~> 3.1 '
4
4
5
5
git_source ( :github ) do |repo_name |
6
6
repo_name = "#{ repo_name } /#{ repo_name } " unless repo_name . include? ( "/" )
@@ -64,6 +64,7 @@ gem 'webpacker', '~> 5.4.3'
64
64
gem 'pusher'
65
65
66
66
source 'https://rails-assets.org' do
67
+ gem 'rails-assets-jquery'
67
68
gem 'rails-assets-jquery.gritter'
68
69
end
69
70
Original file line number Diff line number Diff line change @@ -660,6 +660,7 @@ DEPENDENCIES
660
660
rack-cors
661
661
rack-timeout
662
662
rails (~> 5.2.6.3 )
663
+ rails-assets-jquery !
663
664
rails-assets-jquery.gritter !
664
665
rails-controller-testing
665
666
rails-i18n
@@ -690,7 +691,7 @@ DEPENDENCIES
690
691
webpacker (~> 5.4.3 )
691
692
692
693
RUBY VERSION
693
- ruby 2.6.8p205
694
+ ruby 3.1.2p20
694
695
695
696
BUNDLED WITH
696
697
1.17.3
You can’t perform that action at this time.
0 commit comments