File tree Expand file tree Collapse file tree 3 files changed +6
-12
lines changed Expand file tree Collapse file tree 3 files changed +6
-12
lines changed Original file line number Diff line number Diff line change 88/.bundle
99
1010# Ignore the default SQLite database.
11- /db /* .sqlite3
12- /db /* .sqlite3-journal
11+ /db /* .sqlite3 *
1312
1413# Ignore all logfiles and tempfiles.
1514/log /*
Original file line number Diff line number Diff line change @@ -11,7 +11,7 @@ gem 'graphql'
1111gem 'jwt'
1212gem 'lograge'
1313gem 'mitlibraries-theme' , git : 'https://github.com/mitlibraries/mitlibraries-theme' , tag : 'v1.0.2'
14- gem 'opensearch-ruby' , '~> 2.1'
14+ gem 'opensearch-ruby'
1515gem 'puma'
1616gem 'rack-attack'
1717gem 'rack-cors'
Original file line number Diff line number Diff line change 236236 nokogiri (1.15.5 )
237237 mini_portile2 (~> 2.8.2 )
238238 racc (~> 1.4 )
239- opensearch-api (2.2.0 )
240- multi_json
241- opensearch-ruby (2.1.0 )
242- opensearch-api (~> 2.1 )
243- opensearch-transport (~> 2.0 )
244- opensearch-transport (2.1.0 )
239+ opensearch-ruby (3.1.0 )
245240 faraday (>= 1.0 , < 3 )
246- multi_json
241+ multi_json ( >= 1.0 )
247242 orm_adapter (0.5.0 )
248243 parallel (1.24.0 )
249244 parser (3.2.2.4 )
252247 pathutil (0.16.2 )
253248 forwardable-extended (~> 2.6 )
254249 pg (1.5.4 )
255- psych (5.1.1.1 )
250+ psych (5.1.2 )
256251 stringio
257252 public_suffix (5.0.4 )
258253 puma (6.4.0 )
@@ -434,7 +429,7 @@ DEPENDENCIES
434429 listen
435430 lograge
436431 mitlibraries-theme !
437- opensearch-ruby ( ~> 2.1 )
432+ opensearch-ruby
438433 pg
439434 puma
440435 rack-attack
You can’t perform that action at this time.
0 commit comments