Skip to content

Commit

Permalink
Update to rails 6.0.3.3
Browse files Browse the repository at this point in the history
  • Loading branch information
remomueller committed Oct 4, 2020
1 parent b25f357 commit 457b0f7
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
## 13.0.0

### Enhancements
- **Gem Changes**
- Update to rails 6.0.3.3

## 12.0.0 (January 13, 2020)

### Enhancements
Expand Down
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
# rubocop:disable Layout/ExtraSpacing
source "https://rubygems.org"

gem "rails", "6.0.2.1"
gem "rails", "6.0.3.3"

# Use PostgreSQL as the database for Active Record
gem "pg", ">= 0.18", "< 2.0"
Expand Down

0 comments on commit 457b0f7

Please sign in to comment.