Skip to content
Permalink

Comparing changes

This is a direct comparison between two commits made in this repository or its related repositories. View the default comparison for this range or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: alxckn/teacher_den
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: dc873aebaf37a13ef51ef85ac98d68197a4d97d4
Choose a base ref
..
head repository: alxckn/teacher_den
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: a38223f81fedb5323eb469a0a7a5a00d78538baa
Choose a head ref
4 changes: 2 additions & 2 deletions Gemfile
Original file line number Diff line number Diff line change
@@ -8,12 +8,12 @@ end
ruby "~> 2.6"

# Bundle edge Rails instead: gem "rails", github: "rails/rails"
gem "rails", "~> 5.2.2"
gem "rails", "~> 5.2.4"
gem "bootsnap", require: false
# Use postgresql as the database for Active Record
gem "pg", "~> 0.18"
# Use Puma as the app server
gem "puma", "~> 3.0"
gem "puma", "~> 4.0"
# Bootstrap : css framework
gem "bootstrap-sass", "~> 3.4.1"
# Fontawesome
Loading