Lock `rdoc` to `v6.3.x` to avoid `psych-4.x`
Psych 4.x appears to mess with our Cucumber-based tests with: ``` Tried to load unspecified class: Date (Psych::DisallowedClass) ```
This commit is contained in:
		
							parent
							
								
									659683dbb2
								
							
						
					
					
						commit
						66b399c6d3
					
				
							
								
								
									
										2
									
								
								Gemfile
								
								
								
								
							
							
						
						
									
										2
									
								
								Gemfile
								
								
								
								
							|  | @ -74,7 +74,7 @@ group :jekyll_optional_dependencies do | ||||||
|   gem "jekyll-redirect-from" |   gem "jekyll-redirect-from" | ||||||
|   gem "kramdown-syntax-coderay" |   gem "kramdown-syntax-coderay" | ||||||
|   gem "mime-types", "~> 3.0" |   gem "mime-types", "~> 3.0" | ||||||
|   gem "rdoc", "~> 6.0" |   gem "rdoc", "~> 6.3.0" | ||||||
|   gem "tomlrb" |   gem "tomlrb" | ||||||
| 
 | 
 | ||||||
|   platforms :ruby, :mswin, :mingw, :x64_mingw do |   platforms :ruby, :mswin, :mingw, :x64_mingw do | ||||||
|  |  | ||||||
		Loading…
	
		Reference in New Issue