Skip to content

Commit

Permalink
Default Rails 5.2
Browse files Browse the repository at this point in the history
  • Loading branch information
adzap committed Jul 1, 2020
1 parent 7910d0b commit a612cd0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,12 @@ source 'http://rubygems.org'

gemspec

gem "rails", '~> 4.2.11.1'
gem "rails", '~> 5.2.0'

gem 'sqlite3', '~> 1.3.0'

gem 'rake'
gem 'simple_form', '~> 3.0.0'
gem 'simple_form', '~> 5.0.0'
gem 'byebug'
gem 'rspec', '~> 3.4'
gem 'rspec-rails', '~> 3.4'
Expand Down

0 comments on commit a612cd0

Please sign in to comment.