Skip to content

Commit f2eb3fe

Browse files
authored
Merge pull request #277 from restarone/testCmsForRuby3
Test cms for ruby3
2 parents 1020e78 + 1a80b6d commit f2eb3fe

File tree

2 files changed

+9
-9
lines changed

2 files changed

+9
-9
lines changed

Gemfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ gem 'ros-apartment', require: 'apartment'
2929
gem 'ros-apartment-sidekiq', require: 'apartment-sidekiq'
3030
gem 'apartment-activejob'
3131
gem 'devise'
32-
gem "comfortable_mexican_sofa",git: 'https://github.com/restarone/comfortable-mexican-sofa', tag: '3.2'
32+
gem "comfortable_mexican_sofa",git: 'https://github.com/restarone/comfortable-mexican-sofa', tag: '3.3'
3333
gem "comfy_blog", git: 'https://github.com/restarone/comfy-blog', branch: 'master'
3434
gem 'simple_discussion', git: 'https://github.com/restarone/simple_discussion', branch: 'master'
3535
gem 'gravatar_image_tag'

Gemfile.lock

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
GIT
22
remote: https://github.com/restarone/comfortable-mexican-sofa
3-
revision: 31a984419bc09062366806d06f5dd74282d0c232
4-
tag: 3.2
3+
revision: 2b80ce723ce9b80bb20752c32e81870ad37a25d5
4+
tag: 3.3
55
specs:
66
comfortable_mexican_sofa (2.0.19)
77
active_link_to (>= 1.0.0)
@@ -201,7 +201,7 @@ GEM
201201
gravatar_image_tag (1.2.0)
202202
groupdate (5.2.2)
203203
activesupport (>= 5)
204-
haml (5.2.1)
204+
haml (5.2.2)
205205
temple (>= 0.8.0)
206206
tilt
207207
haml-rails (2.0.1)
@@ -319,9 +319,9 @@ GEM
319319
nokogiri (>= 1.6)
320320
rails-html-sanitizer (1.3.0)
321321
loofah (~> 2.3)
322-
rails-i18n (6.0.0)
322+
rails-i18n (7.0.1)
323323
i18n (>= 0.7, < 2)
324-
railties (>= 6.0.0, < 7)
324+
railties (>= 6.0.0, < 8)
325325
railties (6.1.3.1)
326326
actionpack (= 6.1.3.1)
327327
activesupport (= 6.1.3.1)
@@ -360,8 +360,8 @@ GEM
360360
ruby-vips (2.1.0)
361361
ffi (~> 1.12)
362362
ruby2_keywords (0.0.4)
363-
ruby_parser (3.16.0)
364-
sexp_processor (~> 4.15, >= 4.15.1)
363+
ruby_parser (3.18.1)
364+
sexp_processor (~> 4.16)
365365
rubyzip (2.3.0)
366366
safely_block (0.3.0)
367367
errbase (>= 0.1.1)
@@ -379,7 +379,7 @@ GEM
379379
childprocess (>= 0.5, < 4.0)
380380
rubyzip (>= 1.2.2)
381381
semantic_range (3.0.0)
382-
sexp_processor (4.15.3)
382+
sexp_processor (4.16.0)
383383
sidekiq (6.2.1)
384384
connection_pool (>= 2.2.2)
385385
rack (~> 2.0)

0 commit comments

Comments
 (0)