Skip to content

Commit

Permalink
change to rails 7.0.4.2
Browse files Browse the repository at this point in the history
  • Loading branch information
Florence-Njeri committed Feb 2, 2023
1 parent 878daf8 commit c9c3e78
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 17 deletions.
16 changes: 8 additions & 8 deletions Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -5,14 +5,14 @@ source 'https://rubygems.org'
ruby '3.0.5'

# Rather than loading the entire Rails framework, we charry pick the parts we use
gem 'actionmailer', '~> 7.0.0'
gem 'actionpack', '~> 7.0.0'
gem 'actionview', '~> 7.0.0'
gem 'activejob', '~> 7.0.0'
gem 'activemodel', '~> 7.0.0'
gem 'activerecord', '~> 7.0.0'
gem 'activesupport', '~> 7.0.0'
gem 'railties', '~> 7.0.0'
gem 'actionmailer', '~> 7.0.4.2'
gem 'actionpack', '~> 7.0.4.2'
gem 'actionview', '~> 7.0.4.2'
gem 'activejob', '~> 7.0.4.2'
gem 'activemodel', '~> 7.0.4.2'
gem 'activerecord', '~> 7.0.4.2'
gem 'activesupport', '~> 7.0.4.2'
gem 'railties', '~> 7.0.4.2'
gem 'sprockets-rails'

# Gems used in production
Expand Down
18 changes: 9 additions & 9 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -404,7 +404,7 @@ GEM
json (2.6.3)
jvectormap-rails (2.0.0)
railties (>= 3.1)
jwt (2.6.0)
jwt (2.7.0)
kaminari (1.2.2)
activesupport (>= 4.1.0)
kaminari-actionview (= 1.2.2)
Expand Down Expand Up @@ -797,13 +797,13 @@ PLATFORMS
x86_64-linux

DEPENDENCIES
actionmailer (~> 7.0.0)
actionpack (~> 7.0.0)
actionview (~> 7.0.0)
activejob (~> 7.0.0)
activemodel (~> 7.0.0)
activerecord (~> 7.0.0)
activesupport (~> 7.0.0)
actionmailer (~> 7.0.4.2)
actionpack (~> 7.0.4.2)
actionview (~> 7.0.4.2)
activejob (~> 7.0.4.2)
activemodel (~> 7.0.4.2)
activerecord (~> 7.0.4.2)
activesupport (~> 7.0.4.2)
acts-as-taggable-on
acts_as_follower!
acts_as_tree
Expand Down Expand Up @@ -885,7 +885,7 @@ DEPENDENCIES
rails-controller-testing (~> 1.0, >= 1.0.2)
rails-erd
rails_autolink
railties (~> 7.0.0)
railties (~> 7.0.4.2)
rb-readline
recaptcha
redcarpet
Expand Down

0 comments on commit c9c3e78

Please sign in to comment.