Skip to content

Commit

Permalink
Merge pull request #711 from coopdevs/develop
Browse files Browse the repository at this point in the history
Release v4.3.0
  • Loading branch information
markets authored Nov 20, 2023
2 parents 7d83cf1 + d85df1d commit 4b88177
Show file tree
Hide file tree
Showing 10 changed files with 805 additions and 122 deletions.
12 changes: 6 additions & 6 deletions Gemfile
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
source 'https://rubygems.org'

gem 'rails', '~> 6.1.1'
gem 'rails-i18n', '~> 6.0.0'
gem 'rails-i18n', '~> 7.0'
gem 'rdiscount', '~> 2.2.7'
gem 'rubyzip', '~> 2.3.0'
gem 'activeadmin', '~> 2.9.0'
Expand All @@ -21,8 +21,8 @@ gem 'prawn', '~> 2.4.0'
gem 'prawn-table', '~> 0.2.2'
gem 'pg_search', '~> 2.3.5'
gem 'skylight', '~> 5.0'
gem 'sidekiq', '~> 6.4.0'
gem 'sidekiq-cron', '~> 1.2.0'
gem 'sidekiq', '~> 6.5'
gem 'sidekiq-cron', '~> 1.9.1'
gem 'aws-sdk-s3', '~> 1.94', require: false
gem 'image_processing', '~> 1.12'

Expand Down Expand Up @@ -58,7 +58,7 @@ group :test do
gem 'fabrication', '~> 2.20'
gem 'faker', '~> 2.15'
gem 'capybara', '~> 3.29'
gem 'selenium-webdriver', '~> 3.142'
gem 'webdrivers', '~> 4.4'
gem 'simplecov', '~> 0.17', require: false
gem 'selenium-webdriver', '~> 4.1.0'
gem 'webdrivers', '~> 5.3'
gem 'simplecov', '~> 0.22', require: false
end
Loading

0 comments on commit 4b88177

Please sign in to comment.