Switched to original Gemfile

This commit is contained in:
Pavel Pivovarov
2019-03-23 23:03:56 +00:00
parent c1e31a0bd6
commit 3a71b72798
2 changed files with 1 additions and 35 deletions

View File

@@ -22,7 +22,7 @@ RUN git clone https://github.com/snibox/snibox.git /app && cd /app && git reset
COPY . /app
RUN gem install bundler && bundle install
RUN gem install bundler && bundle install && gem install sqlite
VOLUME /app/db/database

34
Gemfile
View File

@@ -1,34 +0,0 @@
source 'https://rubygems.org'
git_source(:github) do |repo_name|
repo_name = "#{repo_name}/#{repo_name}" unless repo_name.include?("/")
"https://github.com/#{repo_name}.git"
end
ruby '>= 2.5.0', '< 2.7.0'
gem 'rails', '~> 5.2', '>=5.2.2.1'
gem 'pg', '~> 1.1', '>= 1.1.4'
gem 'puma', '~> 3.12'
gem 'active_model_serializers', '~> 0.10.9'
gem 'bootsnap', '~> 1.3', require: false
gem 'counter_culture', '~> 1.12'
gem 'devise', '~> 4.6.0'
gem 'dotenv-rails', '~> 2.6'
gem 'uglifier', '~> 4.1'
gem 'webpacker', '4.0.0.pre.pre.2'
gem 'factory_bot_rails', '~> 4.11'
gem 'faker', '~> 1.9'
gem 'rspec-rails', '~> 3.8'
gem 'tzinfo-data', platforms: [:mingw, :mswin, :x64_mingw, :jruby]
gem 'awesome_print', '~> 1.8'
gem 'better_errors', '~> 2.4'
gem 'binding_of_caller', '~> 0.8.0'
gem 'debug-extras'
gem 'listen', '~> 3.1'
gem 'pry-rails'
gem 'web-console', '~> 3.7'
gem 'spring'
gem 'spring-watcher-listen', '~> 2.0'
gem 'sqlite3', '~> 1.3.6'