Skip to content

Commit

Permalink
Merge pull request OleksandrTarhonskiy#11 from AlexTargonski/members
Browse files Browse the repository at this point in the history
production
  • Loading branch information
OleksandrTarhonskiy authored Oct 27, 2017
2 parents dbe26e1 + 2618162 commit 0a213d7
Show file tree
Hide file tree
Showing 5 changed files with 15 additions and 1 deletion.
3 changes: 3 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -19,3 +19,6 @@

# Ignore Byebug command history file.
.byebug_history

/config/database.yml
/config/secrets.yml
8 changes: 8 additions & 0 deletions Gemfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
source 'https://rubygems.org'

ruby '2.3.1'

gem 'rails', '~> 5.0.1'
gem 'pg'
gem 'puma', '~> 3.0'
Expand Down Expand Up @@ -33,5 +35,11 @@ group :development do
gem 'spring-watcher-listen', '~> 2.0.0'
end

group :production do
gem 'pg'
end



# Windows does not include zoneinfo files, so bundle the tzinfo-data gem
gem 'tzinfo-data', platforms: [:mingw, :mswin, :x64_mingw, :jruby]
5 changes: 4 additions & 1 deletion Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -301,5 +301,8 @@ DEPENDENCIES
uglifier (>= 1.3.0)
web-console

RUBY VERSION
ruby 2.3.1p112

BUNDLED WITH
1.14.6
1.16.0.pre.3
File renamed without changes.
File renamed without changes.

0 comments on commit 0a213d7

Please sign in to comment.