diff --git a/Gemfile b/Gemfile index e692163ddeb..9eda4b3909b 100644 --- a/Gemfile +++ b/Gemfile @@ -1,17 +1,17 @@ source 'https://rubygems.org' ruby '2.6.3' -gem 'rails', '~> 5.2' -gem 'bootstrap' +gem 'rails', '~> 5.2', '>= 5.2.3' +gem 'bootstrap', '>= 4.3.1' gem 'attr_encrypted' -gem 'jquery-rails' +gem 'jquery-rails', '>= 4.3.5' gem 'pagy' gem 'local_time' -gem 'octicons_helper' +gem 'octicons_helper', '>= 9.1.1' gem 'octokit' gem 'omniauth-github' gem 'puma' -gem 'sassc-rails' +gem 'sassc-rails', '>= 2.1.2' gem 'turbolinks' gem 'typhoeus' gem 'faraday_middleware' @@ -40,11 +40,11 @@ gem 'pg', '1.1.4', require: false group :development, :test do gem 'byebug', platform: :mri - gem 'dotenv-rails' + gem 'dotenv-rails', '>= 2.7.4' gem 'guard' gem 'guard-minitest' - gem 'rails-controller-testing' - gem 'sql_queries_count' + gem 'rails-controller-testing', '>= 1.0.4' + gem 'sql_queries_count', '>= 0.0.1' gem 'active_record_query_trace' gem 'rubocop', require: false gem 'rubocop-performance' @@ -56,12 +56,12 @@ group :test do gem 'webmock' gem 'mocha' gem 'minitest' - gem 'action-cable-testing' + gem 'action-cable-testing', '>= 0.5.0' gem 'timecop' end group :development do - gem 'web-console' + gem 'web-console', '>= 3.7.0' gem 'listen' gem 'spring' gem 'spring-watcher-listen' @@ -73,7 +73,7 @@ end group :production do gem 'skylight', '4.1.2' - gem 'lograge' + gem 'lograge', '>= 0.11.2' gem 'puma_worker_killer' gem 'hirefire-resource' end diff --git a/Gemfile.lock b/Gemfile.lock index b1cfaaf23cf..354fc9eae7d 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -86,9 +86,9 @@ GEM crass (1.0.4) debug_inspector (0.0.3) docile (1.3.2) - dotenv (2.7.4) - dotenv-rails (2.7.4) - dotenv (= 2.7.4) + dotenv (2.7.5) + dotenv-rails (2.7.5) + dotenv (= 2.7.5) railties (>= 3.2, < 6.1) encryptor (3.0.0) erubi (1.8.0) @@ -174,7 +174,7 @@ GEM mysql2 (0.5.2) nenv (0.3.0) nio4r (2.4.0) - nokogiri (1.10.3) + nokogiri (1.10.4) mini_portile2 (~> 2.4.0) notiffany (0.1.1) nenv (~> 0.1) @@ -250,7 +250,7 @@ GEM rails-dom-testing (2.0.3) activesupport (>= 4.2.0) nokogiri (>= 1.6) - rails-html-sanitizer (1.0.4) + rails-html-sanitizer (1.2.0) loofah (~> 2.2, >= 2.2.2) railties (5.2.3) actionpack (= 5.2.3) @@ -259,7 +259,7 @@ GEM rake (>= 0.8.7) thor (>= 0.19.0, < 2.0) rainbow (3.0.0) - rake (12.3.2) + rake (12.3.3) rb-fsevent (0.10.3) rb-inotify (0.10.0) ffi (~> 1.0) @@ -368,19 +368,19 @@ PLATFORMS ruby DEPENDENCIES - action-cable-testing + action-cable-testing (>= 0.5.0) active_record_query_trace attr_encrypted better_errors binding_of_caller bootsnap - bootstrap + bootstrap (>= 4.3.1) brakeman bugsnag bullet byebug commonmarker - dotenv-rails + dotenv-rails (>= 2.7.4) factory_bot faraday_middleware gemoji @@ -389,15 +389,15 @@ DEPENDENCIES guard-minitest hirefire-resource jbuilder - jquery-rails + jquery-rails (>= 4.3.5) jwt listen local_time - lograge + lograge (>= 0.11.2) minitest mocha mysql2 - octicons_helper + octicons_helper (>= 9.1.1) octokit oj omniauth-github @@ -407,13 +407,13 @@ DEPENDENCIES puma puma_worker_killer rack-canonical-host - rails (~> 5.2) - rails-controller-testing + rails (~> 5.2, >= 5.2.3) + rails-controller-testing (>= 1.0.4) rake rgb rubocop rubocop-performance - sassc-rails + sassc-rails (>= 2.1.2) sidekiq sidekiq-scheduler sidekiq-status @@ -422,12 +422,12 @@ DEPENDENCIES skylight (= 4.1.2) spring spring-watcher-listen - sql_queries_count + sql_queries_count (>= 0.0.1) timecop turbolinks typhoeus uglifier - web-console + web-console (>= 3.7.0) webmock yard @@ -435,4 +435,4 @@ RUBY VERSION ruby 2.6.3p62 BUNDLED WITH - 2.0.1 + 1.17.3