Skip to content

Commit

Permalink
Update to Rails 6.1
Browse files Browse the repository at this point in the history
  • Loading branch information
tsujigiri committed Jan 26, 2024
1 parent c40a92c commit 1872293
Show file tree
Hide file tree
Showing 22 changed files with 283 additions and 178 deletions.
2 changes: 1 addition & 1 deletion .ruby-version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
2.6.10
3.0.6
7 changes: 4 additions & 3 deletions Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ source 'https://rubygems.org'

gem 'dotenv-rails'

gem 'rails', '~> 6.0.0'
gem 'rails', '~> 6.1.0'
gem 'bootsnap', require: false
gem 'authlogic' # lots of user-related magic
gem 'i18n', '>= 0.6.6'
Expand All @@ -13,6 +13,7 @@ gem 'sanitize'
gem 'recaptcha', require: 'recaptcha/rails'
gem 'lograge'
gem 'slop'
gem "webrick"

# apis
gem 'mendeley', git: 'https://github.com/tsujigiri/mendeley', branch: 'paging_search'
Expand All @@ -21,8 +22,8 @@ gem 'plos', require: false
# DB
gem 'activerecord-import', '>= 0.4.0'
gem 'attr_encrypted', '< 4'
gem 'composite_primary_keys', '~> 12.0'
gem 'pg', '<1' # Unpin when updating Rails to 5.x
gem 'composite_primary_keys', '~> 13.0'
gem 'pg'
gem 'pg_search'

# so we can create zip-files for genotypes
Expand Down
Loading

0 comments on commit 1872293

Please sign in to comment.