]> git.openstreetmap.org Git - rails.git/blobdiff - Gemfile.lock
Add importer role that can be associated with higher rate limits
[rails.git] / Gemfile.lock
index 5c8f713e1238489f0e1a6559a2ba9f71285ad956..cbfae4b31af09ba6a3cfa9af8625528d26179fd2 100644 (file)
@@ -1,23 +1,3 @@
-GIT
-  remote: https://github.com/gravitystorm/bootstrap-rubygem.git
-  revision: 7bd2caa8a2897a55892915a789d4e020906adb60
-  branch: dartsass_5_2_3
-  specs:
-    bootstrap (5.2.3)
-      autoprefixer-rails (>= 9.1.0)
-      popper_js (>= 2.11.6, < 3)
-
-GIT
-  remote: https://github.com/tomhughes/canonical-rails.git
-  revision: e368572f7a3b609c73cc3d37d8e00d963c5e29f0
-  branch: rails71
-  specs:
-    canonical-rails (0.2.14)
-      actionmailer (>= 4.1, < 7.2)
-      activerecord (>= 4.1, < 7.2)
-      railties (>= 4.1, < 7.2)
-      sprockets-rails (~> 3.0)
-
 GEM
   remote: https://rubygems.org/
   specs:
@@ -114,7 +94,7 @@ GEM
     autoprefixer-rails (10.4.15.0)
       execjs (~> 2)
     aws-eventstream (1.2.0)
-    aws-partitions (1.836.0)
+    aws-partitions (1.843.0)
     aws-sdk-core (3.185.1)
       aws-eventstream (~> 1, >= 1.0.2)
       aws-partitions (~> 1, >= 1.651.0)
@@ -127,7 +107,7 @@ GEM
       aws-sdk-core (~> 3, >= 3.181.0)
       aws-sdk-kms (~> 1)
       aws-sigv4 (~> 1.6)
-    aws-sigv4 (1.6.0)
+    aws-sigv4 (1.6.1)
       aws-eventstream (~> 1, >= 1.0.2)
     base64 (0.1.1)
     better_errors (2.10.1)
@@ -144,9 +124,12 @@ GEM
     bigdecimal (3.1.4)
     binding_of_caller (1.0.0)
       debug_inspector (>= 0.0.1)
-    bootsnap (1.16.0)
+    bootsnap (1.17.0)
       msgpack (~> 1.2)
-    bootstrap_form (5.3.2)
+    bootstrap (5.3.2)
+      autoprefixer-rails (>= 9.1.0)
+      popper_js (>= 2.11.8, < 3)
+    bootstrap_form (5.4.0)
       actionpack (>= 6.1)
       activemodel (>= 6.1)
     brakeman (6.0.1)
@@ -156,6 +139,8 @@ GEM
     bzip2-ffi (1.1.1)
       ffi (~> 1.0)
     cancancan (3.5.0)
+    canonical-rails (0.2.15)
+      actionview (>= 4.1, <= 7.2)
     capybara (3.39.2)
       addressable
       matrix
@@ -166,7 +151,7 @@ GEM
       regexp_parser (>= 1.5, < 3.0)
       xpath (~> 3.2)
     concurrent-ruby (1.2.2)
-    config (4.2.1)
+    config (5.0.0)
       deep_merge (~> 1.2, >= 1.2.1)
       dry-validation (~> 1.0, >= 1.0.0)
     connection_pool (2.4.1)
@@ -174,8 +159,8 @@ GEM
       rexml
     crass (1.0.6)
     dalli (3.2.6)
-    dartsass-ruby (3.0.1)
-      sass-embedded (~> 1.54)
+    dartsass-ruby (3.0.2)
+      sass-embedded (~> 1.54, < 1.67)
     dartsass-sprockets (3.0.0)
       dartsass-ruby (~> 3.0)
       railties (>= 4.0.0)
@@ -339,13 +324,13 @@ GEM
     maxminddb (0.1.22)
     mini_magick (4.12.0)
     mini_mime (1.1.5)
-    mini_portile2 (2.8.4)
+    mini_portile2 (2.8.5)
     minitest (5.20.0)
     msgpack (1.7.2)
     multi_json (1.15.0)
     multi_xml (0.6.0)
     mutex_m (0.1.2)
-    net-imap (0.4.1)
+    net-imap (0.4.3)
       date
       net-protocol
     net-pop (0.1.2)
@@ -472,13 +457,13 @@ GEM
       thor (~> 1.0, >= 1.2.2)
       zeitwerk (~> 2.6)
     rainbow (3.1.1)
-    rake (13.0.6)
+    rake (13.1.0)
     rb-fsevent (0.11.2)
     rb-inotify (0.10.1)
       ffi (~> 1.0)
     rdoc (6.5.0)
       psych (>= 4.0.0)
-    regexp_parser (2.8.1)
+    regexp_parser (2.8.2)
     reline (0.3.9)
       io-console (~> 0.5)
     request_store (1.5.1)
@@ -486,9 +471,8 @@ GEM
     rexml (3.2.6)
     rinku (2.0.6)
     rotp (6.3.0)
-    rouge (4.1.3)
-    rubocop (1.57.1)
-      base64 (~> 0.1.1)
+    rouge (4.2.0)
+    rubocop (1.57.2)
       json (~> 2.3)
       language_server-protocol (>= 3.17.0)
       parallel (~> 1.10)
@@ -499,18 +483,18 @@ GEM
       rubocop-ast (>= 1.28.1, < 2.0)
       ruby-progressbar (~> 1.7)
       unicode-display_width (>= 2.4.0, < 3.0)
-    rubocop-ast (1.29.0)
+    rubocop-ast (1.30.0)
       parser (>= 3.2.1.0)
     rubocop-capybara (2.19.0)
       rubocop (~> 1.41)
     rubocop-factory_bot (2.24.0)
       rubocop (~> 1.33)
-    rubocop-minitest (0.32.2)
+    rubocop-minitest (0.33.0)
       rubocop (>= 1.39, < 2.0)
     rubocop-performance (1.19.1)
       rubocop (>= 1.7.0, < 2.0)
       rubocop-ast (>= 0.4.0)
-    rubocop-rails (2.21.2)
+    rubocop-rails (2.22.1)
       activesupport (>= 4.2.0)
       rack (>= 1.1)
       rubocop (>= 1.33.0, < 2.0)
@@ -518,7 +502,7 @@ GEM
       rubocop (~> 1.0)
     ruby-openid (2.9.2)
     ruby-progressbar (1.13.0)
-    ruby-vips (2.1.4)
+    ruby-vips (2.2.0)
       ffi (~> 1.12)
     ruby2_keywords (0.0.5)
     rubyzip (2.3.2)
@@ -555,13 +539,13 @@ GEM
       activesupport (>= 5.2)
       sprockets (>= 3.0.0)
     stringio (3.0.8)
-    strong_migrations (1.6.3)
+    strong_migrations (1.6.4)
       activerecord (>= 5.2)
     terminal-table (3.0.2)
       unicode-display_width (>= 1.1.1, < 3)
-    terser (1.1.18)
+    terser (1.1.19)
       execjs (>= 0.3.0, < 3)
-    thor (1.2.2)
+    thor (1.3.0)
     tilt (2.3.0)
     timeout (0.4.0)
     tzinfo (2.0.6)
@@ -599,13 +583,13 @@ DEPENDENCIES
   better_errors
   binding_of_caller
   bootsnap (>= 1.4.2)
-  bootstrap!
+  bootstrap (~> 5.3.2)
   bootstrap_form (~> 5.0)
   brakeman
   browser
   bzip2-ffi
   cancancan
-  canonical-rails!
+  canonical-rails
   capybara (>= 2.15)
   config
   connection_pool