Skip to content

Commit

Permalink
chore: bump rails to 6.1.6.1 (#528)
Browse files Browse the repository at this point in the history
* chore: bump rails to 6.1.6.1

* fix: faraday did not fix the tests, but coffee-rails. rubocop offenses fixed too

Co-authored-by: kajatiger <ksantro@gmx.de>
  • Loading branch information
mc-jones and kajatiger authored Jul 28, 2022
1 parent 506169d commit 5988a41
Show file tree
Hide file tree
Showing 8 changed files with 169 additions and 166 deletions.
5 changes: 3 additions & 2 deletions Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,8 @@ git_source(:github) { |repo| "https://github.com/#{repo}.git" }
ruby File.read('.ruby-version')

# Bundle edge Rails instead: gem 'rails', github: 'rails/rails'
gem 'rails', '~> 6.1.5.1'
gem 'coffee-rails'
gem 'rails', '~> 6.1.6.1'
# Use postgresql as the database for Active Record
gem 'pg', '>= 0.18', '< 2.0'
# Use Puma as the app server
Expand Down Expand Up @@ -36,8 +37,8 @@ gem 'jbuilder', '~> 2.5'
# Reduces boot times through caching; required in config/boot.rb
# gem 'bootsnap', '>= 1.1.0', require: false

gem 'active_admin_datetimepicker'
gem 'activeadmin' # manage models
gem 'active_admin_datetimepicker'
gem 'acts_as_list' # order Project#stages
gem 'octokit', '~> 4.0' # talk to github api
gem 'redis' # actioncable adapter
Expand Down
Loading

0 comments on commit 5988a41

Please sign in to comment.