Skip to content

Commit 67ffbbc

Browse files
committed
Initial Gem update to Rails 7 using bundle update rails rails-i18n
1 parent a881028 commit 67ffbbc

4 files changed

Lines changed: 75 additions & 69 deletions

File tree

Gemfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
source 'https://rubygems.org'
44

5-
gem 'rails', '6.1.7.3'
5+
gem 'rails', '7.0.4.3'
66
gem 'jbuilder', '~> 2.11'
77
gem 'bootsnap', '~> 1.16', require: false # Large rails application booting enhancer
88
gem 'hamster', '~> 3.0' # Thread-safe collection classes for Ruby
@@ -27,7 +27,7 @@ gem 'chronic', '~> 0.10.2' # For nat lang parsing of dates
2727
gem 'countries', '~> 4.2'
2828
gem 'i18n-js', '~> 3.8', git: 'https://github.com/houdiniproject/i18n-js.git', branch: 'houdini-tweaks'
2929
gem 'lograge', '~> 0.12.0' # make logging less terrible in rails
30-
gem 'rails-i18n', '~> 6.0.0', '~> 6'
30+
gem 'rails-i18n'
3131
gem 'premailer-rails', '~> 1.12' # for styling of email
3232
gem 'money', '~> 6.16'
3333

Gemfile.lock

Lines changed: 71 additions & 65 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ PATH
2020
remote: gems/bess
2121
specs:
2222
bess (0.1.0)
23-
rails (~> 6.1.3)
23+
rails (~> 7)
2424
rest-client
2525
wisper (~> 2.0)
2626
wisper-activejob (~> 1.0.0)
@@ -31,7 +31,7 @@ PATH
3131
houdini_full_contact (0.1.0)
3232
bess
3333
qx
34-
rails (~> 6.1)
34+
rails (~> 7)
3535

3636
PATH
3737
remote: gems/ruby-param-validation
@@ -50,65 +50,71 @@ GEM
5050
remote: https://rubygems.org/
5151
specs:
5252
action_mailer_matchers (1.2.0)
53-
actioncable (6.1.7.3)
54-
actionpack (= 6.1.7.3)
55-
activesupport (= 6.1.7.3)
53+
actioncable (7.0.4.3)
54+
actionpack (= 7.0.4.3)
55+
activesupport (= 7.0.4.3)
5656
nio4r (~> 2.0)
5757
websocket-driver (>= 0.6.1)
58-
actionmailbox (6.1.7.3)
59-
actionpack (= 6.1.7.3)
60-
activejob (= 6.1.7.3)
61-
activerecord (= 6.1.7.3)
62-
activestorage (= 6.1.7.3)
63-
activesupport (= 6.1.7.3)
58+
actionmailbox (7.0.4.3)
59+
actionpack (= 7.0.4.3)
60+
activejob (= 7.0.4.3)
61+
activerecord (= 7.0.4.3)
62+
activestorage (= 7.0.4.3)
63+
activesupport (= 7.0.4.3)
6464
mail (>= 2.7.1)
65-
actionmailer (6.1.7.3)
66-
actionpack (= 6.1.7.3)
67-
actionview (= 6.1.7.3)
68-
activejob (= 6.1.7.3)
69-
activesupport (= 6.1.7.3)
65+
net-imap
66+
net-pop
67+
net-smtp
68+
actionmailer (7.0.4.3)
69+
actionpack (= 7.0.4.3)
70+
actionview (= 7.0.4.3)
71+
activejob (= 7.0.4.3)
72+
activesupport (= 7.0.4.3)
7073
mail (~> 2.5, >= 2.5.4)
74+
net-imap
75+
net-pop
76+
net-smtp
7177
rails-dom-testing (~> 2.0)
72-
actionpack (6.1.7.3)
73-
actionview (= 6.1.7.3)
74-
activesupport (= 6.1.7.3)
75-
rack (~> 2.0, >= 2.0.9)
78+
actionpack (7.0.4.3)
79+
actionview (= 7.0.4.3)
80+
activesupport (= 7.0.4.3)
81+
rack (~> 2.0, >= 2.2.0)
7682
rack-test (>= 0.6.3)
7783
rails-dom-testing (~> 2.0)
7884
rails-html-sanitizer (~> 1.0, >= 1.2.0)
79-
actiontext (6.1.7.3)
80-
actionpack (= 6.1.7.3)
81-
activerecord (= 6.1.7.3)
82-
activestorage (= 6.1.7.3)
83-
activesupport (= 6.1.7.3)
85+
actiontext (7.0.4.3)
86+
actionpack (= 7.0.4.3)
87+
activerecord (= 7.0.4.3)
88+
activestorage (= 7.0.4.3)
89+
activesupport (= 7.0.4.3)
90+
globalid (>= 0.6.0)
8491
nokogiri (>= 1.8.5)
85-
actionview (6.1.7.3)
86-
activesupport (= 6.1.7.3)
92+
actionview (7.0.4.3)
93+
activesupport (= 7.0.4.3)
8794
builder (~> 3.1)
8895
erubi (~> 1.4)
8996
rails-dom-testing (~> 2.0)
9097
rails-html-sanitizer (~> 1.1, >= 1.2.0)
91-
activejob (6.1.7.3)
92-
activesupport (= 6.1.7.3)
98+
activejob (7.0.4.3)
99+
activesupport (= 7.0.4.3)
93100
globalid (>= 0.3.6)
94-
activemodel (6.1.7.3)
95-
activesupport (= 6.1.7.3)
96-
activerecord (6.1.7.3)
97-
activemodel (= 6.1.7.3)
98-
activesupport (= 6.1.7.3)
99-
activestorage (6.1.7.3)
100-
actionpack (= 6.1.7.3)
101-
activejob (= 6.1.7.3)
102-
activerecord (= 6.1.7.3)
103-
activesupport (= 6.1.7.3)
101+
activemodel (7.0.4.3)
102+
activesupport (= 7.0.4.3)
103+
activerecord (7.0.4.3)
104+
activemodel (= 7.0.4.3)
105+
activesupport (= 7.0.4.3)
106+
activestorage (7.0.4.3)
107+
actionpack (= 7.0.4.3)
108+
activejob (= 7.0.4.3)
109+
activerecord (= 7.0.4.3)
110+
activesupport (= 7.0.4.3)
104111
marcel (~> 1.0)
105112
mini_mime (>= 1.1.0)
106-
activesupport (6.1.7.3)
113+
activesupport (7.0.4.3)
107114
concurrent-ruby (~> 1.0, >= 1.0.2)
108115
i18n (>= 1.6, < 2)
109116
minitest (>= 5.1)
110117
tzinfo (~> 2.0)
111-
zeitwerk (~> 2.3)
112118
addressable (2.8.1)
113119
public_suffix (>= 2.0.2, < 6.0)
114120
ast (2.4.2)
@@ -214,7 +220,7 @@ GEM
214220
httparty (0.21.0)
215221
mini_mime (>= 1.0.0)
216222
multi_xml (>= 0.5.2)
217-
i18n (1.13.0)
223+
i18n (1.14.1)
218224
concurrent-ruby (~> 1.0)
219225
i18n_data (0.16.0)
220226
simple_po_parser (~> 1.1)
@@ -283,7 +289,7 @@ GEM
283289
net-smtp (0.3.3)
284290
net-protocol
285291
netrc (0.11.0)
286-
nio4r (2.5.8)
292+
nio4r (2.5.9)
287293
nokogiri (1.15.2)
288294
mini_portile2 (~> 2.8.2)
289295
racc (~> 1.4)
@@ -305,7 +311,7 @@ GEM
305311
puma (5.6.5)
306312
nio4r (~> 2.0)
307313
raabro (1.4.0)
308-
racc (1.6.2)
314+
racc (1.7.0)
309315
rack (2.2.7)
310316
rack-attack (5.4.2)
311317
rack (>= 1.0, < 3)
@@ -316,36 +322,36 @@ GEM
316322
rack-test (2.1.0)
317323
rack (>= 1.3)
318324
rack-timeout (0.6.3)
319-
rails (6.1.7.3)
320-
actioncable (= 6.1.7.3)
321-
actionmailbox (= 6.1.7.3)
322-
actionmailer (= 6.1.7.3)
323-
actionpack (= 6.1.7.3)
324-
actiontext (= 6.1.7.3)
325-
actionview (= 6.1.7.3)
326-
activejob (= 6.1.7.3)
327-
activemodel (= 6.1.7.3)
328-
activerecord (= 6.1.7.3)
329-
activestorage (= 6.1.7.3)
330-
activesupport (= 6.1.7.3)
325+
rails (7.0.4.3)
326+
actioncable (= 7.0.4.3)
327+
actionmailbox (= 7.0.4.3)
328+
actionmailer (= 7.0.4.3)
329+
actionpack (= 7.0.4.3)
330+
actiontext (= 7.0.4.3)
331+
actionview (= 7.0.4.3)
332+
activejob (= 7.0.4.3)
333+
activemodel (= 7.0.4.3)
334+
activerecord (= 7.0.4.3)
335+
activestorage (= 7.0.4.3)
336+
activesupport (= 7.0.4.3)
331337
bundler (>= 1.15.0)
332-
railties (= 6.1.7.3)
333-
sprockets-rails (>= 2.0.0)
338+
railties (= 7.0.4.3)
334339
rails-dom-testing (2.0.3)
335340
activesupport (>= 4.2.0)
336341
nokogiri (>= 1.6)
337342
rails-html-sanitizer (1.6.0)
338343
loofah (~> 2.21)
339344
nokogiri (~> 1.14)
340-
rails-i18n (6.0.0)
345+
rails-i18n (7.0.7)
341346
i18n (>= 0.7, < 2)
342-
railties (>= 6.0.0, < 7)
343-
railties (6.1.7.3)
344-
actionpack (= 6.1.7.3)
345-
activesupport (= 6.1.7.3)
347+
railties (>= 6.0.0, < 8)
348+
railties (7.0.4.3)
349+
actionpack (= 7.0.4.3)
350+
activesupport (= 7.0.4.3)
346351
method_source
347352
rake (>= 12.2)
348353
thor (~> 1.0)
354+
zeitwerk (~> 2.5)
349355
rainbow (3.1.1)
350356
rake (12.3.3)
351357
rb-fsevent (0.11.2)
@@ -534,8 +540,8 @@ DEPENDENCIES
534540
rack-attack (~> 5.2)
535541
rack-ssl (~> 1.4)
536542
rack-timeout (~> 0.6.3)
537-
rails (= 6.1.7.3)
538-
rails-i18n (~> 6.0.0, ~> 6)
543+
rails (= 7.0.4.3)
544+
rails-i18n
539545
rake (~> 12.3.2)
540546
react_on_rails (= 12.6.0)
541547
rspec (~> 3.12.0)

gems/bess/bess.gemspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ Gem::Specification.new do |spec|
1515

1616
spec.files = Dir["{app,config,db,lib}/**/*", "LICENSE", "AGPL-3.0.txt", "GPL-3.0.txt", "LGPL-3.0.txt", "Rakefile", "README.md"]
1717

18-
spec.add_dependency "rails", "~> 6.1.3"
18+
spec.add_dependency "rails", "~> 7"
1919
spec.add_dependency 'wisper', '~> 2.0'
2020
spec.add_dependency 'wisper-activejob', '~> 1.0.0'
2121
spec.add_dependency 'rest-client'

gems/houdini_full_contact/houdini_full_contact.gemspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ Gem::Specification.new do |spec|
2020

2121
spec.files = Dir["{app,config,db,lib}/**/*", "LICENSE", "AGPL-3.0.txt", "GPL-3.0.txt", "LGPL-3.0.txt", "Rakefile", "README.md"]
2222

23-
spec.add_dependency "rails", "~> 6.1"
23+
spec.add_dependency "rails", "~> 7"
2424
spec.add_dependency "qx"
2525
spec.add_dependency "bess"
2626
end

0 commit comments

Comments
 (0)