basic proxy and consumer done
This commit is contained in:
		@@ -1,15 +1,6 @@
 | 
			
		||||
source 'https://rubygems.org'
 | 
			
		||||
ruby '2.6.5'
 | 
			
		||||
gem 'dotenv-rails'
 | 
			
		||||
 | 
			
		||||
# Reduces boot times through caching; required in config/boot.rb
 | 
			
		||||
gem 'bootsnap', '>= 1.4.2', require: false
 | 
			
		||||
 | 
			
		||||
group :development do
 | 
			
		||||
  gem 'web-console', '>= 3.3.0'
 | 
			
		||||
  # Spring speeds up development by keeping your application running in the background. Read more: https://github.com/rails/spring
 | 
			
		||||
  gem 'spring'
 | 
			
		||||
  gem 'spring-watcher-listen', '~> 2.0.0'
 | 
			
		||||
end
 | 
			
		||||
 | 
			
		||||
ruby '2.7.2'
 | 
			
		||||
gem 'dotenv'
 | 
			
		||||
gem 'bunny'
 | 
			
		||||
gem 'mail'
 | 
			
		||||
gem 'pg'
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user