From 8b9cb3587db3aa5cfcf37788eefec746050a965b Mon Sep 17 00:00:00 2001 From: alitopaloglu Date: Thu, 30 Jul 2020 23:59:28 -0400 Subject: [PATCH] Update gems and ruby version --- luckydog/Gemfile | 6 ++--- luckydog/Gemfile.lock | 60 +++++++++++++++++++++---------------------- 2 files changed, 33 insertions(+), 33 deletions(-) diff --git a/luckydog/Gemfile b/luckydog/Gemfile index 400b48d..1465f87 100644 --- a/luckydog/Gemfile +++ b/luckydog/Gemfile @@ -1,7 +1,8 @@ source 'https://rubygems.org' -ruby '2.6.3' +ruby '2.6.5' gem 'react-rails' +gem 'json' gem 'bootstrap-sass', '~> 3.4.1' # gem 'sass-rails', '>= 5.0' @@ -25,8 +26,7 @@ gem 'turbolinks' # Build JSON APIs with ease. Read more: https://github.com/rails/jbuilder gem 'jbuilder', '~> 2.0' # bundle exec rake doc:rails generates the API under doc/api. -gem 'sdoc', '~> 0.4.0', group: :doc - +gem 'sdoc' # Use ActiveModel has_secure_password gem 'bcrypt', '~> 3.1.7' diff --git a/luckydog/Gemfile.lock b/luckydog/Gemfile.lock index 736795d..8a4d59f 100644 --- a/luckydog/Gemfile.lock +++ b/luckydog/Gemfile.lock @@ -45,21 +45,21 @@ GEM addressable (2.7.0) public_suffix (>= 2.0.2, < 5.0) arel (9.0.0) - autoprefixer-rails (9.7.6) + autoprefixer-rails (9.8.6) execjs awesome_print (1.8.0) babel-source (5.8.35) babel-transpiler (0.7.0) babel-source (>= 4.0, < 6) execjs (~> 2.0) - bcrypt (3.1.13) + bcrypt (3.1.15) bindex (0.8.1) bootstrap-sass (3.4.1) autoprefixer-rails (>= 5.2.1) sassc (>= 2.0.0) builder (3.2.4) byebug (11.1.3) - capybara (3.32.2) + capybara (3.33.0) addressable mini_mime (>= 0.1.3) nokogiri (~> 1.8) @@ -76,17 +76,17 @@ GEM execjs coffee-script-source (1.12.2) concurrent-ruby (1.1.6) - connection_pool (2.2.2) + connection_pool (2.2.3) crass (1.0.6) - diff-lcs (1.3) + diff-lcs (1.4.4) erubi (1.9.0) execjs (2.7.0) - factory_bot (5.2.0) - activesupport (>= 4.2.0) - factory_bot_rails (5.2.0) - factory_bot (~> 5.2.0) - railties (>= 4.2.0) - ffi (1.13.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) + ffi (1.13.1) formatador (0.2.5) globalid (0.4.2) activesupport (>= 4.2.0) @@ -104,7 +104,7 @@ GEM guard (~> 2.1) guard-compat (~> 1.1) rspec (>= 2.99.0, < 4.0) - i18n (1.8.3) + i18n (1.8.5) concurrent-ruby (~> 1.0) jbuilder (2.10.0) activesupport (>= 5.0.0) @@ -112,14 +112,14 @@ GEM rails-dom-testing (>= 1, < 3) railties (>= 4.2.0) thor (>= 0.14, < 2.0) - json (1.8.6) + json (2.3.1) listen (3.2.1) rb-fsevent (~> 0.10, >= 0.10.3) rb-inotify (~> 0.9, >= 0.9.10) - loofah (2.5.0) + loofah (2.6.0) crass (~> 1.0.2) nokogiri (>= 1.5.9) - lumberjack (1.2.5) + lumberjack (1.2.7) mail (2.7.1) mini_mime (>= 0.1.1) marcel (0.3.3) @@ -131,7 +131,7 @@ GEM minitest (5.14.1) nenv (0.3.0) nio4r (2.5.2) - nokogiri (1.10.9) + nokogiri (1.10.10) mini_portile2 (~> 2.4.0) notiffany (0.1.3) nenv (~> 0.1) @@ -157,10 +157,10 @@ GEM bundler (>= 1.3.0) railties (= 5.2.4.3) sprockets-rails (>= 2.0.0) - rails-controller-testing (1.0.4) - actionpack (>= 5.0.1.x) - actionview (>= 5.0.1.x) - activesupport (>= 5.0.1.x) + 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) @@ -176,14 +176,14 @@ GEM rb-fsevent (0.10.4) rb-inotify (0.10.1) ffi (~> 1.0) - rdoc (4.3.0) + rdoc (6.2.1) react-rails (2.6.1) babel-transpiler (>= 0.7.0) connection_pool execjs railties (>= 3.2) tilt - regexp_parser (1.7.0) + regexp_parser (1.7.1) rspec (3.9.0) rspec-core (~> 3.9.0) rspec-expectations (~> 3.9.0) @@ -219,11 +219,10 @@ GEM sprockets (>= 2.8, < 4.0) sprockets-rails (>= 2.0, < 4.0) tilt (>= 1.1, < 3) - sassc (2.3.0) + sassc (2.4.0) ffi (~> 1.9) - sdoc (0.4.2) - json (~> 1.7, >= 1.7.7) - rdoc (~> 4.0) + sdoc (1.1.0) + rdoc (>= 5.0) shellany (0.0.1) shoulda-matchers (4.3.0) activesupport (>= 4.2.0) @@ -250,7 +249,7 @@ GEM activemodel (>= 5.0) bindex (>= 0.4.0) railties (>= 5.0) - websocket-driver (0.7.2) + websocket-driver (0.7.3) websocket-extensions (>= 0.1.0) websocket-extensions (0.1.5) xpath (3.2.0) @@ -270,6 +269,7 @@ DEPENDENCIES guard-rspec jbuilder (~> 2.0) jquery-rails + json pg pry rails (= 5.2.4.3) @@ -278,7 +278,7 @@ DEPENDENCIES rspec-html-matchers rspec-rails sass-rails (~> 5.0) - sdoc (~> 0.4.0) + sdoc shoulda-matchers spring turbolinks @@ -287,7 +287,7 @@ DEPENDENCIES websocket-extensions (>= 0.1.5) RUBY VERSION - ruby 2.6.3p62 + ruby 2.6.5p114 BUNDLED WITH - 2.1.4 + 1.17.2