Skip to content

Commit

Permalink
Merge pull request #82 from IUBLibTech/bundle_updates
Browse files Browse the repository at this point in the history
Bundle updates
  • Loading branch information
aploshay authored Jul 22, 2022
2 parents 929184e + 06fe393 commit f578845
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 9 deletions.
3 changes: 3 additions & 0 deletions Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -117,3 +117,6 @@ end
group :production do
# gem "thin", "1.6.2"
end

# spring 3 requires stack upgrades
gem 'spring', '~> 2.1.1'
19 changes: 10 additions & 9 deletions Gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
GIT
remote: https://github.com/rails-lts/rack.git
revision: de472597cac8f3f222e7b6e90a07c2b991704b01
revision: 416ce595040638b147d747b2e636a7ef63a26a07
branch: lts-1-6-stable
specs:
rack (1.6.13)
Expand Down Expand Up @@ -205,7 +205,7 @@ GEM
listen (3.7.0)
rb-fsevent (~> 0.10, >= 0.10.3)
rb-inotify (~> 0.9, >= 0.9.10)
loofah (2.12.0)
loofah (2.18.0)
crass (~> 1.0.2)
nokogiri (>= 1.5.9)
lumberjack (1.2.8)
Expand All @@ -218,16 +218,16 @@ GEM
mime-types-data (~> 3.2015)
mime-types-data (3.2021.1115)
mini_mime (1.1.2)
mini_portile2 (2.6.1)
mini_portile2 (2.8.0)
minitest (5.14.4)
multi_json (1.15.0)
multi_test (0.1.2)
mysql2 (0.4.10)
nenv (0.3.0)
nested_form (0.3.2)
nio4r (2.5.8)
nokogiri (1.12.5)
mini_portile2 (~> 2.6.1)
nokogiri (1.13.7)
mini_portile2 (~> 2.8.0)
racc (~> 1.4)
notiffany (0.1.3)
nenv (~> 0.1)
Expand All @@ -241,7 +241,7 @@ GEM
coderay (~> 1.1)
method_source (~> 1.0)
public_suffix (4.0.6)
puma (4.3.11)
puma (4.3.12)
nio4r (~> 2.0)
pundit (2.1.1)
activesupport (>= 3.0.0)
Expand All @@ -268,7 +268,7 @@ GEM
activesupport (>= 4.2.0, < 5.0)
nokogiri (~> 1.6)
rails-deprecated_sanitizer (>= 1.0.1)
rails-html-sanitizer (1.4.2)
rails-html-sanitizer (1.4.3)
loofah (~> 2.3)
railties (4.2.11.3)
actionpack (= 4.2.11.3)
Expand Down Expand Up @@ -325,7 +325,7 @@ GEM
json (>= 1.8, < 3)
simplecov-html (~> 0.10.0)
simplecov-html (0.10.2)
spring (3.1.1)
spring (2.1.1)
spring-commands-rspec (1.0.4)
spring (>= 0.9.1)
sprockets (2.12.5)
Expand All @@ -347,7 +347,7 @@ GEM
tilt (1.4.1)
tins (1.29.1)
sync
tzinfo (1.2.9)
tzinfo (1.2.10)
thread_safe (~> 0.1)
uglifier (4.2.0)
execjs (>= 0.3.0, < 3)
Expand Down Expand Up @@ -400,6 +400,7 @@ DEPENDENCIES
sdoc
selenium-webdriver
simplecov
spring (~> 2.1.1)
spring-commands-rspec
uglifier (>= 1.3.0)
webdrivers
Expand Down

0 comments on commit f578845

Please sign in to comment.