1
0
mirror of https://github.com/projekteuler/projekteuler.git synced 2025-12-12 09:26:42 +01:00

Compare commits

..

No commits in common. "0d3440c80fe35303fc8ad332595e4ab358f87abb" and "89a5b83bf30c7daae4eb8f34c78095c55142f847" have entirely different histories.

2 changed files with 4 additions and 4 deletions

View File

@ -4,7 +4,7 @@ source 'https://rubygems.org'
# Bundle edge Rails instead: gem 'rails', github: 'rails/rails' # Bundle edge Rails instead: gem 'rails', github: 'rails/rails'
gem 'rails', '6.1.4' gem 'rails', '6.1.4'
# Use Puma as the app server # Use Puma as the app server
gem 'puma', '~> 5.4' gem 'puma', '~> 5.3'
# Use sqlite3 as the database for Active Record # Use sqlite3 as the database for Active Record
gem 'sqlite3', '~> 1.4.1' gem 'sqlite3', '~> 1.4.1'

View File

@ -66,7 +66,7 @@ GEM
execjs (< 2.8.0) execjs (< 2.8.0)
bcrypt (3.1.16) bcrypt (3.1.16)
bindex (0.8.1) bindex (0.8.1)
bootsnap (1.7.7) bootsnap (1.7.5)
msgpack (~> 1.0) msgpack (~> 1.0)
bootstrap (5.0.1) bootstrap (5.0.1)
autoprefixer-rails (>= 9.1.0) autoprefixer-rails (>= 9.1.0)
@ -166,7 +166,7 @@ GEM
orm_adapter (0.5.0) orm_adapter (0.5.0)
popper_js (2.9.2) popper_js (2.9.2)
public_suffix (4.0.6) public_suffix (4.0.6)
puma (5.4.0) puma (5.3.2)
nio4r (~> 2.0) nio4r (~> 2.0)
racc (1.5.2) racc (1.5.2)
rack (2.2.3) rack (2.2.3)
@ -282,7 +282,7 @@ DEPENDENCIES
omniauth omniauth
omniauth-github omniauth-github
omniauth-rails_csrf_protection omniauth-rails_csrf_protection
puma (~> 5.4) puma (~> 5.3)
rails (= 6.1.4) rails (= 6.1.4)
rails-controller-testing rails-controller-testing
rails-i18n (~> 6.0.0) rails-i18n (~> 6.0.0)