Skip to content
This repository was archived by the owner on Feb 20, 2022. It is now read-only.

Commit 9ca69f5

Browse files
authored
Merge pull request #128 from OpenCSPM/build
Build
2 parents 4f655c5 + 5f573c3 commit 9ca69f5

File tree

7 files changed

+175
-744
lines changed

7 files changed

+175
-744
lines changed

docker/Gemfile

+5-5
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ git_source(:github) { |repo| "https://github.com/#{repo}.git" }
33

44
ruby '2.6.6'
55

6-
gem 'rails', '~> 6.0.3', '>= 6.0.3.1'
6+
gem 'rails', '~> 6.0.3', '>= 6.0.3.5'
77
gem 'pg', '>= 0.18', '< 2.0'
88
gem 'puma', '~> 4.1'
99
gem 'bootsnap', '>= 1.4.2', require: false
@@ -20,9 +20,9 @@ gem 'fast_jsonapi', '~> 1.5'
2020
gem 'recursive-open-struct', '~> 1.1'
2121
gem 'pundit', '~> 2.1'
2222
gem 'bcrypt', '~> 3.1'
23-
gem 'omniauth', '~> 1.9'
23+
gem 'omniauth', '~> 2.0', '>= 2.0.0'
2424
gem 'omniauth-google-oauth2', '~> 0.8.0'
25-
gem 'omniauth-github', '~> 1.4'
25+
gem 'omniauth-github', '~> 2.0', '>= 2.0.0'
2626
gem 'google-cloud-storage', '~> 1.29'
2727
gem 'rolify', '~> 5.3'
2828
gem 'lograge', '~> 0.11.2'
@@ -49,7 +49,7 @@ group :development, :test do
4949

5050
# app gems
5151
gem 'debase', '~> 0.2.4'
52-
gem 'factory_bot_rails', '~> 6.1'
53-
gem 'rspec-rails', '~> 4.0'
52+
gem 'factory_bot_rails', '~> 6.1', '>= 6.1.0'
53+
gem 'rspec-rails', '~> 4.0', '>= 4.0.1'
5454
gem 'ruby-debug-ide', '~> 0.7.2'
5555
end

0 commit comments

Comments
 (0)