Skip to content
Snippets Groups Projects

Compare revisions

Changes are shown as if the source revision was being merged into the target revision. Learn more about comparing revisions.

Source

Select target project
No results found

Target

Select target project
No results found
Show changes
Commits on Source (2)
...@@ -2,6 +2,13 @@ ...@@ -2,6 +2,13 @@
All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines. All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.
### [1.1.2](https://gitlab.nexdev.uk/pub/rails-base-image-builder/-/compare/v1.1.1...v1.1.2) (2021-03-24)
### Bug Fixes
* added new updated versions for API ([6dc5a2d](https://gitlab.nexdev.uk/pub/rails-base-image-builder/-/commit/6dc5a2d02e69a23021c6b263baa7d16a82b8c92f))
### [1.1.1](https://gitlab.nexdev.uk/pub/rails-base-image-builder/-/compare/v1.1.0...v1.1.1) (2020-12-11) ### [1.1.1](https://gitlab.nexdev.uk/pub/rails-base-image-builder/-/compare/v1.1.0...v1.1.1) (2020-12-11)
......
...@@ -2,7 +2,7 @@ source 'https://rubygems.org' ...@@ -2,7 +2,7 @@ source 'https://rubygems.org'
ruby '2.7.1' ruby '2.7.1'
gem 'rails', '6.0.3.4' gem 'rails', '6.0.3.5'
gem 'puma', '4.3.7' gem 'puma', '4.3.7'
gem 'sass-rails' gem 'sass-rails'
gem 'uglifier' gem 'uglifier'
...@@ -18,9 +18,9 @@ gem 'pronto-rubocop' ...@@ -18,9 +18,9 @@ gem 'pronto-rubocop'
gem 'rubocop' gem 'rubocop'
gem 'rubocop-shopify', require: false gem 'rubocop-shopify', require: false
gem 'maxmind-db' gem 'maxmind-db'
gem 'mysql2' gem 'mysql2', '0.5.3'
gem 'pg', '~> 1.2' gem 'pg', '~> 1.2'
gem 'bunny', '>= 2.14.0' gem 'bunny', '2.16.1'
gem 'premailer-rails' gem 'premailer-rails'
gem 'devise', '~> 4.7' gem 'devise', '~> 4.7'
gem 'devise-argon2', '~> 1.1.0' gem 'devise-argon2', '~> 1.1.0'
...@@ -30,16 +30,16 @@ gem 'doorkeeper', '~> 5.1' ...@@ -30,16 +30,16 @@ gem 'doorkeeper', '~> 5.1'
gem 'doorkeeper-jwt', '~> 0.4.0' gem 'doorkeeper-jwt', '~> 0.4.0'
gem 'rqrcode_png' gem 'rqrcode_png'
gem 'twilio-ruby', '~> 5.26' gem 'twilio-ruby', '~> 5.26'
gem 'active_model_serializers', '~> 0.10' gem 'active_model_serializers', '0.10.12'
gem 'stripe' gem 'stripe'
gem 'hcaptcha', git: 'git://github.com/Nexus-Mods/hcaptcha.git' gem 'hcaptcha', git: 'git://github.com/Nexus-Mods/hcaptcha.git'
gem 'bunny_events', '~> 0.3.0' gem 'bunny_events', '~> 0.3.0'
gem 'country_select', '~> 4.0' gem 'country_select', '~> 4.0'
gem 'rack-cors' gem 'rack-cors', '1.1.1'
gem 'ruby-mailchecker' gem 'ruby-mailchecker'
gem 'httparty' gem 'httparty'
gem 'useragent' gem 'useragent'
gem 'ddtrace' gem 'ddtrace', '0.39.0'
gem 'rack-attack', '~> 6.3' gem 'rack-attack', '~> 6.3'
gem 'dotenv-rails', '2.7.6' gem 'dotenv-rails', '2.7.6'
gem 'redis-rails', '5.0.2' gem 'redis-rails', '5.0.2'
...@@ -55,7 +55,7 @@ gem 'batch-loader', '1.4.1' ...@@ -55,7 +55,7 @@ gem 'batch-loader', '1.4.1'
group :test do group :test do
gem 'bunny-mock' gem 'bunny-mock'
gem 'factory_bot_rails' gem 'factory_bot_rails'
gem 'faker', git: 'git://github.com/stympy/faker.git', branch: 'master' gem 'faker', git: 'https://github.com/faker-ruby/faker.git', branch: 'master'
gem 'rails-controller-testing' gem 'rails-controller-testing'
gem 'rspec-rails', '~> 4.0' gem 'rspec-rails', '~> 4.0'
gem 'shoulda-matchers' gem 'shoulda-matchers'
......
GIT
remote: git://github.com/Nexus-Mods/hcaptcha.git
revision: a2135327e0f22ddba170d77dbba86827cd05c2cb
specs:
hcaptcha (7.1.0)
json
GIT
remote: https://github.com/faker-ruby/faker.git
revision: 64baa405dfa127b0cb4cfbe1dd0724bab571f78a
branch: master
specs:
faker (2.17.0)
i18n (>= 1.6, < 2)
GEM
remote: https://rubygems.org/
specs:
actioncable (6.0.3.5)
actionpack (= 6.0.3.5)
nio4r (~> 2.0)
websocket-driver (>= 0.6.1)
actionmailbox (6.0.3.5)
actionpack (= 6.0.3.5)
activejob (= 6.0.3.5)
activerecord (= 6.0.3.5)
activestorage (= 6.0.3.5)
activesupport (= 6.0.3.5)
mail (>= 2.7.1)
actionmailer (6.0.3.5)
actionpack (= 6.0.3.5)
actionview (= 6.0.3.5)
activejob (= 6.0.3.5)
mail (~> 2.5, >= 2.5.4)
rails-dom-testing (~> 2.0)
actionpack (6.0.3.5)
actionview (= 6.0.3.5)
activesupport (= 6.0.3.5)
rack (~> 2.0, >= 2.0.8)
rack-test (>= 0.6.3)
rails-dom-testing (~> 2.0)
rails-html-sanitizer (~> 1.0, >= 1.2.0)
actionpack-cloudflare (1.1.0)
actionpack (>= 3.2)
actiontext (6.0.3.5)
actionpack (= 6.0.3.5)
activerecord (= 6.0.3.5)
activestorage (= 6.0.3.5)
activesupport (= 6.0.3.5)
nokogiri (>= 1.8.5)
actionview (6.0.3.5)
activesupport (= 6.0.3.5)
builder (~> 3.1)
erubi (~> 1.4)
rails-dom-testing (~> 2.0)
rails-html-sanitizer (~> 1.1, >= 1.2.0)
active_model_serializers (0.10.12)
actionpack (>= 4.1, < 6.2)
activemodel (>= 4.1, < 6.2)
case_transform (>= 0.2)
jsonapi-renderer (>= 0.1.1.beta1, < 0.3)
activejob (6.0.3.5)
activesupport (= 6.0.3.5)
globalid (>= 0.3.6)
activemodel (6.0.3.5)
activesupport (= 6.0.3.5)
activerecord (6.0.3.5)
activemodel (= 6.0.3.5)
activesupport (= 6.0.3.5)
activestorage (6.0.3.5)
actionpack (= 6.0.3.5)
activejob (= 6.0.3.5)
activerecord (= 6.0.3.5)
marcel (~> 0.3.1)
activesupport (6.0.3.5)
concurrent-ruby (~> 1.0, >= 1.0.2)
i18n (>= 0.7, < 2)
minitest (~> 5.1)
tzinfo (~> 1.1)
zeitwerk (~> 2.2, >= 2.2.2)
addressable (2.7.0)
public_suffix (>= 2.0.2, < 5.0)
amq-protocol (2.3.2)
argon2 (2.0.3)
ffi (~> 1.14)
ffi-compiler (~> 1.0)
ast (2.4.2)
attr_encrypted (3.1.0)
encryptor (~> 3.0.0)
autoprefixer-rails (10.2.4.0)
execjs
batch-loader (1.4.1)
bcrypt (3.1.16)
bindex (0.8.1)
bootstrap (4.6.0)
autoprefixer-rails (>= 9.1.0)
popper_js (>= 1.14.3, < 2)
sassc-rails (>= 2.0.0)
braintree (2.104.1)
builder (>= 2.0.0)
builder (3.2.4)
bunny (2.16.1)
amq-protocol (~> 2.3, >= 2.3.1)
bunny-mock (1.7.0)
bunny (>= 1.7)
bunny_events (0.3.2)
bunny (>= 2.14.0)
byebug (11.1.3)
case_transform (0.2)
activesupport
chunky_png (1.4.0)
coderay (1.1.3)
coffee-rails (5.0.0)
coffee-script (>= 2.2.0)
railties (>= 5.2.0)
coffee-script (2.4.1)
coffee-script-source
execjs
coffee-script-source (1.12.2)
concurrent-ruby (1.1.8)
countries (3.1.0)
i18n_data (~> 0.11.0)
sixarm_ruby_unaccent (~> 1.1)
unicode_utils (~> 1.4)
country_select (4.0.0)
countries (~> 3.0)
sort_alphabetical (~> 1.0)
crack (0.4.5)
rexml
crass (1.0.6)
css_parser (1.9.0)
addressable
ddtrace (0.39.0)
msgpack
devise (4.7.3)
bcrypt (~> 3.0)
orm_adapter (~> 0.1)
railties (>= 4.1.0)
responders
warden (~> 1.2.3)
devise-argon2 (1.1.0)
argon2 (~> 2.0)
devise (>= 2.1.0)
devise-encryptable (>= 0.2.0)
devise-encryptable (0.2.0)
devise (>= 2.1.0)
devise-two-factor (3.1.0)
activesupport (< 6.1)
attr_encrypted (>= 1.3, < 4, != 2)
devise (~> 4.0)
railties (< 6.1)
rotp (~> 2.0)
diff-lcs (1.4.4)
docile (1.3.5)
domain_name (0.5.20190701)
unf (>= 0.0.5, < 1.0.0)
doorkeeper (5.5.0)
railties (>= 5)
doorkeeper-jwt (0.4.0)
jwt (~> 2.1)
dotenv (2.7.6)
dotenv-rails (2.7.6)
dotenv (= 2.7.6)
railties (>= 3.2)
em-websocket (0.5.2)
eventmachine (>= 0.12.9)
http_parser.rb (~> 0.6.0)
encryptor (3.0.0)
erubi (1.10.0)
eventmachine (1.2.7)
execjs (2.7.0)
factory_bot (6.1.0)
activesupport (>= 5.0.0)
factory_bot_rails (6.1.0)
factory_bot (~> 6.1.0)
railties (>= 5.0.0)
faraday (1.3.0)
faraday-net_http (~> 1.0)
multipart-post (>= 1.2, < 3)
ruby2_keywords
faraday-net_http (1.0.1)
ffi (1.15.0)
ffi-compiler (1.0.1)
ffi (>= 1.0.0)
rake
foreman (0.87.2)
formatador (0.2.5)
generator_spec (0.9.4)
activesupport (>= 3.0.0)
railties (>= 3.0.0)
gitlab (4.17.0)
httparty (~> 0.18)
terminal-table (~> 1.5, >= 1.5.1)
globalid (0.4.2)
activesupport (>= 4.2.0)
graphiql-rails (1.7.0)
railties
sprockets-rails
graphql (1.10.14)
graphql-guard (2.0.0)
graphql (>= 1.10.0, < 2)
graphql-voyager-rails (1.0.4)
railties
sprockets-rails
guard (2.14.2)
formatador (>= 0.2.4)
listen (>= 2.7, < 4.0)
lumberjack (>= 1.0.12, < 2.0)
nenv (~> 0.1)
notiffany (~> 0.0)
pry (>= 0.9.12)
shellany (~> 0.0)
thor (>= 0.18.1)
guard-compat (1.2.1)
guard-livereload (2.5.2)
em-websocket (~> 0.5)
guard (~> 2.8)
guard-compat (~> 1.0)
multi_json (~> 1.8)
guard-minitest (2.4.6)
guard-compat (~> 1.2)
minitest (>= 3.0)
hashdiff (1.0.1)
htmlentities (4.3.4)
http (4.4.1)
addressable (~> 2.3)
http-cookie (~> 1.0)
http-form_data (~> 2.2)
http-parser (~> 1.2.0)
http-cookie (1.0.3)
domain_name (~> 0.5)
http-form_data (2.3.0)
http-parser (1.2.3)
ffi-compiler (>= 1.0, < 2.0)
http_parser.rb (0.6.0)
httparty (0.18.1)
mime-types (~> 3.0)
multi_xml (>= 0.5.2)
i18n (1.8.9)
concurrent-ruby (~> 1.0)
i18n_data (0.11.0)
ibsciss-middleware (0.4.2)
ipstack (0.1.3)
nokogiri (>= 1.8, < 2.0)
jquery-rails (4.4.0)
rails-dom-testing (>= 1, < 3)
railties (>= 4.2.0)
thor (>= 0.14, < 2.0)
json (2.5.1)
jsonapi-renderer (0.2.2)
jwt (2.2.2)
libv8 (8.4.255.0)
listen (3.0.8)
rb-fsevent (~> 0.9, >= 0.9.4)
rb-inotify (~> 0.9, >= 0.9.7)
loofah (2.9.0)
crass (~> 1.0.2)
nokogiri (>= 1.5.9)
lumberjack (1.2.8)
mail (2.7.1)
mini_mime (>= 0.1.1)
marcel (0.3.3)
mimemagic (~> 0.3.2)
maxmind-db (1.1.1)
method_source (1.0.0)
mime-types (3.3.1)
mime-types-data (~> 3.2015)
mime-types-data (3.2021.0225)
mimemagic (0.3.6)
mini_mime (1.0.2)
mini_portile2 (2.5.0)
mini_racer (0.3.1)
libv8 (~> 8.4.255)
minitest (5.14.4)
msgpack (1.4.2)
multi_json (1.15.0)
multi_xml (0.6.0)
multipart-post (2.1.1)
mustermann (1.1.1)
ruby2_keywords (~> 0.0.1)
mysql2 (0.5.3)
nenv (0.3.0)
nexus_cqrs (0.1.1)
generator_spec
ibsciss-middleware
thread_safe
nio4r (2.5.7)
nokogiri (1.11.2)
mini_portile2 (~> 2.5.0)
racc (~> 1.4)
notiffany (0.1.3)
nenv (~> 0.1)
shellany (~> 0.0)
octokit (4.20.0)
faraday (>= 0.9)
sawyer (~> 0.8.0, >= 0.5.3)
orm_adapter (0.5.0)
parallel (1.20.1)
parser (3.0.0.0)
ast (~> 2.4.1)
pg (1.2.3)
popper_js (1.16.0)
premailer (1.14.2)
addressable
css_parser (>= 1.6.0)
htmlentities (>= 4.0.0)
premailer-rails (1.11.1)
actionmailer (>= 3)
premailer (~> 1.7, >= 1.7.9)
pronto (0.11.0)
gitlab (~> 4.4, >= 4.4.0)
httparty (>= 0.13.7)
octokit (~> 4.7, >= 4.7.0)
rainbow (>= 2.2, < 4.0)
rexml (~> 3.2)
rugged (>= 0.23.0, < 1.1.0)
thor (>= 0.20.3, < 2.0)
pronto-rubocop (0.11.1)
pronto (~> 0.11.0)
rubocop (>= 0.63.1, < 2.0)
pry (0.14.0)
coderay (~> 1.1)
method_source (~> 1.0)
public_suffix (4.0.6)
puma (4.3.7)
nio4r (~> 2.0)
pundit (2.1.0)
activesupport (>= 3.0.0)
racc (1.5.2)
rack (2.2.3)
rack-attack (6.5.0)
rack (>= 1.0, < 3)
rack-cors (1.1.1)
rack (>= 2.0.0)
rack-livereload (0.3.17)
rack
rack-protection (2.1.0)
rack
rack-test (1.1.0)
rack (>= 1.0, < 3)
rails (6.0.3.5)
actioncable (= 6.0.3.5)
actionmailbox (= 6.0.3.5)
actionmailer (= 6.0.3.5)
actionpack (= 6.0.3.5)
actiontext (= 6.0.3.5)
actionview (= 6.0.3.5)
activejob (= 6.0.3.5)
activemodel (= 6.0.3.5)
activerecord (= 6.0.3.5)
activestorage (= 6.0.3.5)
activesupport (= 6.0.3.5)
bundler (>= 1.3.0)
railties (= 6.0.3.5)
sprockets-rails (>= 2.0.0)
rails-controller-testing (1.0.5)
actionpack (>= 5.0.1.rc1)
actionview (>= 5.0.1.rc1)
activesupport (>= 5.0.1.rc1)
rails-dom-testing (2.0.3)
activesupport (>= 4.2.0)
nokogiri (>= 1.6)
rails-html-sanitizer (1.3.0)
loofah (~> 2.3)
railties (6.0.3.5)
actionpack (= 6.0.3.5)
activesupport (= 6.0.3.5)
method_source
rake (>= 0.8.7)
thor (>= 0.20.3, < 2.0)
rainbow (3.0.0)
rake (13.0.3)
rb-fsevent (0.10.4)
rb-inotify (0.10.1)
ffi (~> 1.0)
redis (4.2.5)
redis-actionpack (5.2.0)
actionpack (>= 5, < 7)
redis-rack (>= 2.1.0, < 3)
redis-store (>= 1.1.0, < 2)
redis-activesupport (5.2.0)
activesupport (>= 3, < 7)
redis-store (>= 1.3, < 2)
redis-rack (2.1.3)
rack (>= 2.0.8, < 3)
redis-store (>= 1.2, < 2)
redis-rails (5.0.2)
redis-actionpack (>= 5.0, < 6)
redis-activesupport (>= 5.0, < 6)
redis-store (>= 1.2, < 2)
redis-store (1.9.0)
redis (>= 4, < 5)
regexp_parser (2.1.1)
responders (3.0.1)
actionpack (>= 5.0)
railties (>= 5.0)
rexml (3.2.4)
rotp (2.1.2)
rqrcode (1.2.0)
chunky_png (~> 1.0)
rqrcode_core (~> 0.2)
rqrcode_core (0.2.0)
rqrcode_png (0.1.5)
chunky_png
rqrcode
rspec-core (3.10.1)
rspec-support (~> 3.10.0)
rspec-expectations (3.10.1)
diff-lcs (>= 1.2.0, < 2.0)
rspec-support (~> 3.10.0)
rspec-mocks (3.10.2)
diff-lcs (>= 1.2.0, < 2.0)
rspec-support (~> 3.10.0)
rspec-rails (4.1.2)
actionpack (>= 4.2)
activesupport (>= 4.2)
railties (>= 4.2)
rspec-core (~> 3.10)
rspec-expectations (~> 3.10)
rspec-mocks (~> 3.10)
rspec-support (~> 3.10)
rspec-support (3.10.2)
rubocop (1.12.0)
parallel (~> 1.10)
parser (>= 3.0.0.0)
rainbow (>= 2.2.2, < 4.0)
regexp_parser (>= 1.8, < 3.0)
rexml
rubocop-ast (>= 1.2.0, < 2.0)
ruby-progressbar (~> 1.7)
unicode-display_width (>= 1.4.0, < 3.0)
rubocop-ast (1.4.1)
parser (>= 2.7.1.5)
rubocop-shopify (2.0.1)
rubocop (~> 1.11)
ruby-mailchecker (4.0.6)
ruby-progressbar (1.11.0)
ruby2_keywords (0.0.4)
rugged (1.0.1)
sass-rails (6.0.0)
sassc-rails (~> 2.1, >= 2.1.1)
sassc (2.4.0)
ffi (~> 1.9)
sassc-rails (2.1.2)
railties (>= 4.0.0)
sassc (>= 2.0)
sprockets (> 3.0)
sprockets-rails
tilt
sawyer (0.8.2)
addressable (>= 2.3.5)
faraday (> 0.8, < 2.0)
shellany (0.0.1)
shoulda-matchers (4.5.1)
activesupport (>= 4.2.0)
simplecov (0.21.2)
docile (~> 1.1)
simplecov-html (~> 0.11)
simplecov_json_formatter (~> 0.1)
simplecov-html (0.12.3)
simplecov_json_formatter (0.1.2)
sinatra (2.1.0)
mustermann (~> 1.0)
rack (~> 2.2)
rack-protection (= 2.1.0)
tilt (~> 2.0)
sixarm_ruby_unaccent (1.2.0)
sort_alphabetical (1.1.0)
unicode_utils (>= 1.2.2)
spring (2.1.1)
spring-watcher-listen (2.0.1)
listen (>= 2.7, < 4.0)
spring (>= 1.2, < 3.0)
sprockets (4.0.2)
concurrent-ruby (~> 1.0)
rack (> 1, < 3)
sprockets-rails (3.2.2)
actionpack (>= 4.0)
activesupport (>= 4.0)
sprockets (>= 3.0.0)
stripe (5.30.0)
terminal-table (1.6.0)
thor (1.1.0)
thread_safe (0.3.6)
tilt (2.0.10)
turbolinks (5.2.1)
turbolinks-source (~> 5.2)
turbolinks-source (5.2.0)
twilio-ruby (5.49.0)
faraday (>= 0.9, < 2.0)
jwt (>= 1.5, <= 2.5)
nokogiri (>= 1.6, < 2.0)
tzinfo (1.2.9)
thread_safe (~> 0.1)
uglifier (4.2.0)
execjs (>= 0.3.0, < 3)
unf (0.1.4)
unf_ext
unf_ext (0.0.7.7)
unicode-display_width (2.0.0)
unicode_utils (1.4.0)
useragent (0.16.10)
vatlayer (0.3.5)
http (~> 4.2)
warden (1.2.9)
rack (>= 2.0.9)
web-console (4.1.0)
actionview (>= 6.0.0)
activemodel (>= 6.0.0)
bindex (>= 0.4.0)
railties (>= 6.0.0)
webmock (3.12.1)
addressable (>= 2.3.6)
crack (>= 0.3.2)
hashdiff (>= 0.4.0, < 2.0.0)
websocket-driver (0.7.3)
websocket-extensions (>= 0.1.0)
websocket-extensions (0.1.5)
zeitwerk (2.4.2)
PLATFORMS
ruby
DEPENDENCIES
actionpack-cloudflare
active_model_serializers (= 0.10.12)
batch-loader (= 1.4.1)
bootstrap
braintree (~> 2.103)
bunny (= 2.16.1)
bunny-mock
bunny_events (~> 0.3.0)
byebug
coffee-rails
country_select (~> 4.0)
ddtrace (= 0.39.0)
devise (~> 4.7)
devise-argon2 (~> 1.1.0)
devise-encryptable (~> 0.2.0)
devise-two-factor
doorkeeper (~> 5.1)
doorkeeper-jwt (~> 0.4.0)
dotenv-rails (= 2.7.6)
factory_bot_rails
faker!
foreman
graphiql-rails
graphql (~> 1.10.0)
graphql-guard
graphql-voyager-rails
guard (~> 2.14.2)
guard-livereload (~> 2.5.2)
guard-minitest (~> 2.4.6)
hcaptcha!
httparty
ipstack
jquery-rails (~> 4.4)
listen (~> 3.0.5)
maxmind-db
mini_racer
mysql2 (= 0.5.3)
nexus_cqrs
pg (~> 1.2)
premailer-rails
pronto-rubocop
puma (= 4.3.7)
pundit
rack-attack (~> 6.3)
rack-cors (= 1.1.1)
rack-livereload
rails (= 6.0.3.5)
rails-controller-testing
redis-rails (= 5.0.2)
rqrcode_png
rspec-rails (~> 4.0)
rubocop
rubocop-shopify
ruby-mailchecker
sass-rails
shoulda-matchers
simplecov
sinatra
spring
spring-watcher-listen (~> 2.0.0)
stripe
turbolinks (~> 5)
twilio-ruby (~> 5.26)
tzinfo-data
uglifier
useragent
vatlayer (~> 0.3.5)
web-console (>= 3.3.0)
webmock
RUBY VERSION
ruby 2.7.1p83
BUNDLED WITH
2.1.4
# Rails Base Image Builder # Rails Base Image Builder
This repository is the base image for all base image that is used in the `builder` stage of all of our rails apps. This repository is the base image for all base image that is used in the `builder` stage of all of our rails apps.
## Update gems
To update the gems in this core image, great care must be taken. Once the gemfile has been update, the lock file can be updated with
a simple helper script. There are many ways of achieving this, but the recommended way is:
```
docker run -it -v "$(pwd)":/app -v /usr/local/bundle:/usr/local/bundle ruby:2.7.1 sh -c "apt-get update; apt-get install -y cmake build-essential; ls /usr/local/bundle; cd /app; gem install bundler:2.1; bundle update; bundle install;"
```
Once both the `gemfile` and `gemfile.lock` files are both updated, a commit can be created to force a new update.
\ No newline at end of file