Skip to content

Commit

Permalink
Update dependencies in dummy app
Browse files Browse the repository at this point in the history
  • Loading branch information
scarfacedeb committed Sep 14, 2019
1 parent 2df1c61 commit e417cb3
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 3 deletions.
3 changes: 3 additions & 0 deletions .rspec
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
--color
--format doc
--exclude-pattern **/dummy/vendor/**/*_spec.rb
1 change: 1 addition & 0 deletions spec/dummy/.gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
/vendor/bundle
6 changes: 3 additions & 3 deletions spec/dummy/Gemfile
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
source 'https://rubygems.org'

gem 'rails', "~> 4.2"
gem 'rails', '~> 6.0'
gem 'sqlite3'

gem 'globalize', "~> 5.0"
gem 'rails_admin', '~> 0.6'
gem 'globalize', '~> 5.0'
gem 'rails_admin', '~> 2.0'

gem 'rails_admin_globalize_field', path: '../../'

0 comments on commit e417cb3

Please sign in to comment.