From e424bc93834c6a09791795a707344c9a93558a1f Mon Sep 17 00:00:00 2001 From: Vitaly Simakov Date: Thu, 14 Mar 2019 08:47:46 +0500 Subject: [PATCH 1/8] change rails gem version --- Gemfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Gemfile b/Gemfile index 0ef3d51..ef1250c 100644 --- a/Gemfile +++ b/Gemfile @@ -8,7 +8,7 @@ git_source(:github) do |repo_name| end # Bundle edge Rails instead: gem 'rails', github: 'rails/rails' -gem 'rails', '~> 5.1.3' +gem 'rails', '~> 5.1.6.2' # Use sqlite3 as the database for Active Record # Use Puma as the app server gem 'puma', '~> 3.7' From 6bd107fc352718d3dfe9310e45c6a06c9be4aebc Mon Sep 17 00:00:00 2001 From: Vitaly Simakov Date: Thu, 14 Mar 2019 08:49:59 +0500 Subject: [PATCH 2/8] bundle update --- Gemfile.lock | 84 ++++++++++++++++++++++++++-------------------------- 1 file changed, 42 insertions(+), 42 deletions(-) diff --git a/Gemfile.lock b/Gemfile.lock index 0832e8a..07c72dd 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -1,45 +1,45 @@ GIT remote: https://github.com/codahale/bcrypt-ruby.git - revision: 84c8d7b6b5492920631078594d0788f3ca205ecb + revision: 7644e3684d96fb49f5aa20cb5f547cb1b56b3f38 specs: bcrypt (3.1.12) GEM remote: https://rubygems.org/ specs: - actioncable (5.1.6.1) - actionpack (= 5.1.6.1) + actioncable (5.1.6.2) + actionpack (= 5.1.6.2) nio4r (~> 2.0) websocket-driver (~> 0.6.1) - actionmailer (5.1.6.1) - actionpack (= 5.1.6.1) - actionview (= 5.1.6.1) - activejob (= 5.1.6.1) + actionmailer (5.1.6.2) + actionpack (= 5.1.6.2) + actionview (= 5.1.6.2) + activejob (= 5.1.6.2) mail (~> 2.5, >= 2.5.4) rails-dom-testing (~> 2.0) - actionpack (5.1.6.1) - actionview (= 5.1.6.1) - activesupport (= 5.1.6.1) + actionpack (5.1.6.2) + actionview (= 5.1.6.2) + activesupport (= 5.1.6.2) rack (~> 2.0) rack-test (>= 0.6.3) rails-dom-testing (~> 2.0) rails-html-sanitizer (~> 1.0, >= 1.0.2) - actionview (5.1.6.1) - activesupport (= 5.1.6.1) + actionview (5.1.6.2) + activesupport (= 5.1.6.2) builder (~> 3.1) erubi (~> 1.4) rails-dom-testing (~> 2.0) rails-html-sanitizer (~> 1.0, >= 1.0.3) - activejob (5.1.6.1) - activesupport (= 5.1.6.1) + activejob (5.1.6.2) + activesupport (= 5.1.6.2) globalid (>= 0.3.6) - activemodel (5.1.6.1) - activesupport (= 5.1.6.1) - activerecord (5.1.6.1) - activemodel (= 5.1.6.1) - activesupport (= 5.1.6.1) + activemodel (5.1.6.2) + activesupport (= 5.1.6.2) + activerecord (5.1.6.2) + activemodel (= 5.1.6.2) + activesupport (= 5.1.6.2) arel (~> 8.0) - activesupport (5.1.6.1) + activesupport (5.1.6.2) concurrent-ruby (~> 1.0, >= 1.0.2) i18n (>= 0.7, < 2) minitest (~> 5.1) @@ -47,7 +47,7 @@ GEM addressable (2.6.0) public_suffix (>= 2.0.2, < 4.0) arel (8.0.0) - autoprefixer-rails (9.4.7) + autoprefixer-rails (9.4.10.2) execjs bindex (0.5.0) bootstrap (4.1.3) @@ -55,7 +55,7 @@ GEM popper_js (>= 1.12.9, < 2) sass (>= 3.5.2) builder (3.2.3) - byebug (10.0.2) + byebug (11.0.0) capybara (2.18.0) addressable mini_mime (>= 0.1.3) @@ -73,9 +73,9 @@ GEM coffee-script-source execjs coffee-script-source (1.12.2) - concurrent-ruby (1.1.4) + concurrent-ruby (1.1.5) crass (1.0.4) - devise (4.5.0) + devise (4.6.1) bcrypt (~> 3.0) orm_adapter (~> 0.1) railties (>= 4.1.0, < 6.0) @@ -88,7 +88,7 @@ GEM ffi (1.10.0) globalid (0.4.2) activesupport (>= 4.2.0) - http (4.0.3) + http (4.1.1) addressable (~> 2.3) http-cookie (~> 1.0) http-form_data (~> 2.0) @@ -97,7 +97,7 @@ GEM domain_name (~> 0.5) http-form_data (2.1.1) http_parser.rb (0.6.0) - i18n (1.5.3) + i18n (1.6.0) concurrent-ruby (~> 1.0) jbuilder (2.8.0) activesupport (>= 4.2.0) @@ -129,26 +129,26 @@ GEM rack (2.0.6) rack-test (1.1.0) rack (>= 1.0, < 3) - rails (5.1.6.1) - actioncable (= 5.1.6.1) - actionmailer (= 5.1.6.1) - actionpack (= 5.1.6.1) - actionview (= 5.1.6.1) - activejob (= 5.1.6.1) - activemodel (= 5.1.6.1) - activerecord (= 5.1.6.1) - activesupport (= 5.1.6.1) + rails (5.1.6.2) + actioncable (= 5.1.6.2) + actionmailer (= 5.1.6.2) + actionpack (= 5.1.6.2) + actionview (= 5.1.6.2) + activejob (= 5.1.6.2) + activemodel (= 5.1.6.2) + activerecord (= 5.1.6.2) + activesupport (= 5.1.6.2) bundler (>= 1.3.0) - railties (= 5.1.6.1) + railties (= 5.1.6.2) sprockets-rails (>= 2.0.0) rails-dom-testing (2.0.3) activesupport (>= 4.2.0) nokogiri (>= 1.6) rails-html-sanitizer (1.0.4) loofah (~> 2.2, >= 2.2.2) - railties (5.1.6.1) - actionpack (= 5.1.6.1) - activesupport (= 5.1.6.1) + railties (5.1.6.2) + actionpack (= 5.1.6.2) + activesupport (= 5.1.6.2) method_source rake (>= 0.8.7) thor (>= 0.18.1, < 2.0) @@ -188,8 +188,8 @@ GEM actionpack (>= 4.0) activesupport (>= 4.0) sprockets (>= 3.0.0) - sqlite3 (1.3.13) - temple (0.8.0) + sqlite3 (1.4.0) + temple (0.8.1) thor (0.20.3) thread_safe (0.3.6) tilt (2.0.9) @@ -234,7 +234,7 @@ DEPENDENCIES jquery-rails postgresql puma (~> 3.7) - rails (~> 5.1.3) + rails (~> 5.1.6.2) sass-rails (~> 5.0) selenium-webdriver slim From 69997fe11dc1f03146ebe6b58bc6a3e31b46391b Mon Sep 17 00:00:00 2001 From: Vitaly Simakov Date: Sun, 12 Jan 2020 03:30:22 +0500 Subject: [PATCH 3/8] Delete database.yml --- config/database.yml | 31 ------------------------------- 1 file changed, 31 deletions(-) delete mode 100644 config/database.yml diff --git a/config/database.yml b/config/database.yml deleted file mode 100644 index 0f14a4f..0000000 --- a/config/database.yml +++ /dev/null @@ -1,31 +0,0 @@ -# SQLite version 3.x -# gem install sqlite3 -# -# Ensure the SQLite 3 gem is defined in your Gemfile -# gem 'sqlite3' -# -default: &default - adapter: sqlite3 - pool: <%= ENV.fetch("RAILS_MAX_THREADS") { 5 } %> - timeout: 5000 - -development: - <<: *default - database: db/development.sqlite3 - -# Warning: The database defined as "test" will be erased and -# re-generated from your development database when you run "rake". -# Do not set this db to the same as development or production. -test: - <<: *default - database: db/test.sqlite3 - -production: - adapter: postgresql - encoding: utf8 - database: d4kng0r47o6jeh - host: ec2-54-247-99-159.eu-west-1.compute.amazonaws.com - port: 5432 - pool: 5 - username: ytqqhbecogkzzz - password: 79bc150ca77df60141bf0ccbacdb69f90048473bb677da770795f3f1ef51408f From 488649bab1460936f636099243cc6d1e84e70c3c Mon Sep 17 00:00:00 2001 From: Vitaly Simakov Date: Mon, 3 Feb 2020 16:24:14 +0500 Subject: [PATCH 4/8] set project language to ruby --- main.rb | 1 + 1 file changed, 1 insertion(+) create mode 100644 main.rb diff --git a/main.rb b/main.rb new file mode 100644 index 0000000..07072e5 --- /dev/null +++ b/main.rb @@ -0,0 +1 @@ +puts "Ruby language project" From cadf8412289eb2935b9e23cc2ca82fbfc19e6c86 Mon Sep 17 00:00:00 2001 From: Vitaly Simakov Date: Mon, 3 Feb 2020 16:27:07 +0500 Subject: [PATCH 5/8] Delete package.json --- package.json | 5 ----- 1 file changed, 5 deletions(-) delete mode 100644 package.json diff --git a/package.json b/package.json deleted file mode 100644 index 519b3bb..0000000 --- a/package.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "name": "ShortUrlApp", - "private": true, - "dependencies": {} -} From 4a5194c809aef13bd2da9946132a40cee06463a3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 25 Feb 2020 08:26:41 +0000 Subject: [PATCH 6/8] Bump nokogiri from 1.10.1 to 1.10.8 Bumps [nokogiri](https://github.com/sparklemotion/nokogiri) from 1.10.1 to 1.10.8. - [Release notes](https://github.com/sparklemotion/nokogiri/releases) - [Changelog](https://github.com/sparklemotion/nokogiri/blob/master/CHANGELOG.md) - [Commits](https://github.com/sparklemotion/nokogiri/compare/v1.10.1...v1.10.8) Signed-off-by: dependabot[bot] --- Gemfile.lock | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Gemfile.lock b/Gemfile.lock index 07c72dd..49d891d 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -117,7 +117,7 @@ GEM minitest (5.11.3) multi_json (1.13.1) nio4r (2.3.1) - nokogiri (1.10.1) + nokogiri (1.10.8) mini_portile2 (~> 2.4.0) orm_adapter (0.5.0) pg (1.1.4) From 06100019e32908edee2b870c17af9a978e641628 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 28 Feb 2020 20:34:48 +0000 Subject: [PATCH 7/8] Bump puma from 3.12.0 to 3.12.3 Bumps [puma](https://github.com/puma/puma) from 3.12.0 to 3.12.3. - [Release notes](https://github.com/puma/puma/releases) - [Changelog](https://github.com/puma/puma/blob/master/History.md) - [Commits](https://github.com/puma/puma/compare/v3.12.0...v3.12.3) Signed-off-by: dependabot[bot] --- Gemfile | 2 +- Gemfile.lock | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Gemfile b/Gemfile index ef1250c..d892ff3 100644 --- a/Gemfile +++ b/Gemfile @@ -11,7 +11,7 @@ end gem 'rails', '~> 5.1.6.2' # Use sqlite3 as the database for Active Record # Use Puma as the app server -gem 'puma', '~> 3.7' +gem 'puma', '~> 3.12' # Use SCSS for stylesheets gem 'sass-rails', '~> 5.0' diff --git a/Gemfile.lock b/Gemfile.lock index 49d891d..0f04219 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -125,7 +125,7 @@ GEM postgresql (1.0.0) pg public_suffix (3.0.3) - puma (3.12.0) + puma (3.12.3) rack (2.0.6) rack-test (1.1.0) rack (>= 1.0, < 3) @@ -233,7 +233,7 @@ DEPENDENCIES jbuilder (~> 2.5) jquery-rails postgresql - puma (~> 3.7) + puma (~> 3.12) rails (~> 5.1.6.2) sass-rails (~> 5.0) selenium-webdriver From 02a99cfb7172dd1ebbb971da571aa3bb32b546a6 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 5 Jun 2020 14:59:00 +0000 Subject: [PATCH 8/8] Bump websocket-extensions from 0.1.3 to 0.1.5 Bumps [websocket-extensions](https://github.com/faye/websocket-extensions-ruby) from 0.1.3 to 0.1.5. - [Release notes](https://github.com/faye/websocket-extensions-ruby/releases) - [Changelog](https://github.com/faye/websocket-extensions-ruby/blob/master/CHANGELOG.md) - [Commits](https://github.com/faye/websocket-extensions-ruby/compare/0.1.3...0.1.5) Signed-off-by: dependabot[bot] --- Gemfile.lock | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Gemfile.lock b/Gemfile.lock index 0f04219..95b2310 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -125,7 +125,7 @@ GEM postgresql (1.0.0) pg public_suffix (3.0.3) - puma (3.12.3) + puma (3.12.6) rack (2.0.6) rack-test (1.1.0) rack (>= 1.0, < 3) @@ -214,7 +214,7 @@ GEM railties (>= 5.0) websocket-driver (0.6.5) websocket-extensions (>= 0.1.0) - websocket-extensions (0.1.3) + websocket-extensions (0.1.5) xpath (3.2.0) nokogiri (~> 1.8)