| 123456789101112131415 | 
							- # frozen_string_literal: true
 
- source 'http://rubygems.org'
 
- gem 'fog-aws', :git => 'https://github.com/maguec/fog-aws.git', :branch => 'fix_vpc_parser_issue_387'
 
- gem 'mime-types'
 
- gem 'neo4j', '7.2.0'
 
- gem 'rspec'
 
- gem 'rubytree'
 
- gem 'sinatra'
 
- gem 'sinatra-respond_to'
 
- group :development do
 
-   gem 'rubocop', require: false
 
- end
 
 
  |