Skip to content

Commit

Permalink
Rails 6 (#36)
Browse files Browse the repository at this point in the history
* even more mail

* even more mail

* even more mail

* even more mail

* experiments

* travis
  • Loading branch information
buzuloiu authored Sep 12, 2020
1 parent fe18365 commit 7a5e997
Show file tree
Hide file tree
Showing 8 changed files with 248 additions and 128 deletions.
2 changes: 1 addition & 1 deletion .ruby-version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
2.4.1
2.7.1
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
language: ruby
rvm: 2.4.1
rvm: 2.7.1

services:
- postgresql
Expand Down
10 changes: 5 additions & 5 deletions Gemfile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
source 'https://rubygems.org'

ruby '2.5.1'
ruby '2.7.1'

git_source(:github) do |repo_name|
repo_name = "#{repo_name}/#{repo_name}" unless repo_name.include?("/")
Expand All @@ -9,7 +9,7 @@ end


# Bundle edge Rails instead: gem 'rails', github: 'rails/rails'
gem 'rails', '~> 5.2.0'
gem 'rails', '~> 6.0.2.1'
# Use postgresql as the database for Active Record
gem 'pg', '~> 0.18'
# Use Puma as the app server
Expand All @@ -32,9 +32,9 @@ gem 'jbuilder', '~> 2.5'
# Use ActiveModel has_secure_password
# gem 'bcrypt', '~> 3.1.7'
#use aws-sdk for accessing S3 and CDN
gem "aws-sdk-s3"
#use figaro for environment variables
gem 'figaro'
gem "aws-sdk-s3"
#use figaro for environment variables
gem 'figaro'
# Use Capistrano for deployment
# gem 'capistrano-rails', group: :development
#use carrierwave for uploading/downloading from s3
Expand Down
Loading

0 comments on commit 7a5e997

Please sign in to comment.