Skip to content

Commit

Permalink
Merge branch 'fix_dependencies'
Browse files Browse the repository at this point in the history
  • Loading branch information
samichakroun38 committed Aug 16, 2020
2 parents f891d1c + b559494 commit 8c73005
Show file tree
Hide file tree
Showing 3 changed files with 134 additions and 385 deletions.
6 changes: 3 additions & 3 deletions Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -61,7 +61,7 @@ gem "dotenv-rails"
gem "rest-client"

# Backup files and database
gem "backup", git: "https://github.com/backup/backup.git"
# gem "backup", git: "https://github.com/backup/backup.git"

# Background and reccurent
gem "whenever", require: false
Expand Down
Loading

0 comments on commit 8c73005

Please sign in to comment.