Upgraded versions of rails, puma, and sqlite3 libraries
This commit is contained in:
		
							
								
								
									
										6
									
								
								Gemfile
									
									
									
									
									
								
							
							
						
						
									
										6
									
								
								Gemfile
									
									
									
									
									
								
							| @@ -2,16 +2,16 @@ source "https://rubygems.org" | ||||
| git_source(:github) { |repo| "https://github.com/#{repo}.git" } | ||||
|  | ||||
| # Bundle edge Rails instead: gem "rails", github: "rails/rails", branch: "main" | ||||
| gem "rails", "~> 7.0.3" | ||||
| gem "rails", "~> 7.0" | ||||
|  | ||||
| # The original asset pipeline for Rails [https://github.com/rails/sprockets-rails] | ||||
| gem "sprockets-rails" | ||||
|  | ||||
| # Use sqlite3 as the database for Active Record | ||||
| gem "sqlite3", "~> 1.4" | ||||
| gem "sqlite3", "~> 1.6" | ||||
|  | ||||
| # Use the Puma web server [https://github.com/puma/puma] | ||||
| gem "puma", "~> 5.0" | ||||
| gem "puma", "~> 6.1" | ||||
|  | ||||
| # Use JavaScript with ESM import maps [https://github.com/rails/importmap-rails] | ||||
| gem "importmap-rails" | ||||
|   | ||||
							
								
								
									
										10
									
								
								Gemfile.lock
									
									
									
									
									
								
							
							
						
						
									
										10
									
								
								Gemfile.lock
									
									
									
									
									
								
							| @@ -140,7 +140,7 @@ GEM | ||||
|     nokogiri (1.13.6-x86_64-linux) | ||||
|       racc (~> 1.4) | ||||
|     public_suffix (4.0.7) | ||||
|     puma (5.6.4) | ||||
|     puma (6.1.1) | ||||
|       nio4r (~> 2.0) | ||||
|     racc (1.6.0) | ||||
|     rack (2.2.4) | ||||
| @@ -198,7 +198,7 @@ GEM | ||||
|       actionpack (>= 5.2) | ||||
|       activesupport (>= 5.2) | ||||
|       sprockets (>= 3.0.0) | ||||
|     sqlite3 (1.4.4) | ||||
|     sqlite3 (1.6.1-x86_64-linux) | ||||
|     stimulus-rails (1.0.4) | ||||
|       railties (>= 6.0.0) | ||||
|     strscan (3.0.3) | ||||
| @@ -238,12 +238,12 @@ DEPENDENCIES | ||||
|   debug | ||||
|   importmap-rails | ||||
|   jbuilder | ||||
|   puma (~> 5.0) | ||||
|   rails (~> 7.0.3) | ||||
|   puma (~> 6.1) | ||||
|   rails (~> 7.0) | ||||
|   sassc-rails | ||||
|   selenium-webdriver | ||||
|   sprockets-rails | ||||
|   sqlite3 (~> 1.4) | ||||
|   sqlite3 (~> 1.6) | ||||
|   stimulus-rails | ||||
|   turbo-rails | ||||
|   tzinfo-data | ||||
|   | ||||
		Reference in New Issue
	
	Block a user