Skip to content

Commit

Permalink
Merge pull request #61 from NCSU-Libraries/rails6
Browse files Browse the repository at this point in the history
update to rails 6
  • Loading branch information
kbeswick authored Nov 8, 2022
2 parents e54b21e + 84c6ea7 commit 02295e3
Show file tree
Hide file tree
Showing 4 changed files with 156 additions and 156 deletions.
4 changes: 1 addition & 3 deletions Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -17,15 +17,13 @@ end

group :test do
gem 'headless'
gem 'capybara-webkit'
gem 'launchy'
gem 'vcr'
gem 'webmock'
gem 'sqlite3', '~> 1.3.6'
gem 'rails-controller-testing'

# include a theme and some searchers for integration tests
gem 'quick_search-generic_theme'
gem 'quick_search-generic_theme', git: "[email protected]:NCSU-Libraries/quick_search-generic_theme"
gem 'quick_search-wikipedia_searcher'
gem 'quick_search-arxiv_searcher'
gem 'quick_search-open_library_searcher'
Expand Down
Loading

0 comments on commit 02295e3

Please sign in to comment.