Merge branch 'feature/social_authenticate' into 'master'
Fix review 18/05/2020 See merge request !21
Showing
| ... | ... | @@ -4,7 +4,7 @@ git_source(:github) { |repo| "https://github.com/#{repo}.git" } |
| ruby '2.7.0' | ||
| # Bundle edge Rails instead: gem 'rails', github: 'rails/rails' | ||
| gem 'rails', '~> 6.0.2', '>= 6.0.2.2' | ||
| gem 'rails', '~> 6.0', '>= 6.0.3' | ||
| # Use sqlite3 as the database for Active Record | ||
| # gem 'sqlite3', '~> 1.4' | ||
| gem 'mysql2' | ||
| ... | ... |
app/assets/stylesheets/pages.scss
0 → 100644
app/controllers/concerns/cookies_history.rb
0 → 100644
app/controllers/pages_controller.rb
0 → 100644
app/helpers/pages_helper.rb
0 → 100644
app/models/history.rb
0 → 100644
app/views/pages/page_404.html.erb
0 → 100644
app/views/shared/_job_item.html.erb
0 → 100644
app/views/shared/_latest_city.html.erb
0 → 100644
app/views/shared/_latest_industry.html.erb
0 → 100644
Please
register
or
sign in
to comment