https://github.com/ruby/rubygems
Library packaging and distribution for Ruby.
https://github.com/ruby/rubygems
Keywords
package-manager ruby rubygems
Keywords from Contributors
activerecord mvc activejob rack rspec sinatra rubocop code-formatter static-code-analysis ruby-gem
Last synced: about 11 hours ago
JSON representation
Repository metadata
Library packaging and distribution for Ruby.
- Host: GitHub
- URL: https://github.com/ruby/rubygems
- Owner: ruby
- License: other
- Created: 2010-04-16T19:02:44.000Z (almost 16 years ago)
- Default Branch: master
- Last Pushed: 2026-02-18T08:00:01.000Z (13 days ago)
- Last Synced: 2026-02-19T08:00:04.166Z (12 days ago)
- Topics: package-manager, ruby, rubygems
- Language: Ruby
- Homepage: https://rubygems.org/
- Size: 214 MB
- Stars: 3,898
- Watchers: 162
- Forks: 1,884
- Open Issues: 226
- Releases: 277
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- Contributing: CONTRIBUTING.md
- Funding: .github/FUNDING.yml
- License: LICENSE.txt
- Code of conduct: CODE_OF_CONDUCT.md
- Security: SECURITY.md
README.md
RubyGems
RubyGems is a package management framework for Ruby.
A package (also known as a library) contains a set of functionality that can be invoked by a Ruby program, such as reading and parsing an XML file.
We call these packages "gems" and RubyGems is a tool to install, create, manage and load these packages in your Ruby environment.
RubyGems is also a client for RubyGems.org, a public repository of Gems that allows you to publish a Gem
that can be shared and used by other developers. See our guide on publishing a Gem at guides.rubygems.org
Getting Started
Installing and managing a Gem is done through the gem command. To install a Gem such as Faraday:
gem install faraday
RubyGems will download the Faraday Gem from RubyGems.org and install it into your Ruby environment.
Finally, inside your Ruby program, load the Faraday gem and start hacking:
require 'faraday'
response = Faraday.get('https://rubygems.org')
# do something with `response`...
For more information about how to use RubyGems, see our RubyGems basics guide at guides.rubygems.org
Requirements
- RubyGems supports Ruby 3.0 or later.
Installation
RubyGems is already installed in your Ruby environment, you can check the version you have installed by running gem --version in your terminal emulator.
In some cases Ruby & RubyGems may be provided as OS packages. This is not a
recommended way to use Ruby & RubyGems. It's better to use a Ruby Version
Manager, such as rbenv or
chruby. If you still want to use the
version provided by your OS package manager, please also use your OS package
manager to upgrade rubygems, and disregard any other installation instructions
given below.
If you would like to manually install RubyGems:
- Download from https://rubygems.org/pages/download, unpack, and
cdinto RubyGems' src - OR clone this repository and
cdinto the repository
Install RubyGems by running:
$ ruby setup.rb
For more details and other options, see:
$ ruby setup.rb --help
Upgrading RubyGems
To upgrade to the latest RubyGems, run:
$ gem update --system
See UPGRADING for more details and alternative instructions.
Release policy
RubyGems and Bundler are released in sync, although they do not share their
major version number. It is planned that also their major version numbers will
be sync'ed in the future.
The release policy is somewhat similar to the release policy of Ruby itself:
- Frequent patch releases (every 2-4 weeks) including bug fixes, minor
enhancements, small features, or even medium sized features declared as
experimental for battle testing. - Yearly minor releases including bigger features, and minor breaking changes
(affecting only edge cases and a very small set of users). - Occasional major releases (replacing yearly minors) including major breaking
changes.
Documentation
RubyGems uses rdoc for documentation. A compiled set of the docs
can be viewed online at docs.ruby-lang.org.
RubyGems also provides a comprehensive set of guides which covers numerous topics such as
creating a new gem, security practices and other resources at https://guides.rubygems.org
Getting Help
Filing Tickets
Got a bug and you're not sure? You're sure you have a bug, but don't know
what to do next? In any case, let us know about it! The best place
for letting the RubyGems team know about bugs or problems you're having is
on the RubyGems issues page at GitHub.
Bundler Compatibility
See https://bundler.io/compatibility for known issues.
Supporting
RubyGems is managed by Ruby Central, a non-profit organization that supports the Ruby community through projects like this one, as well as RubyConf, RailsConf, and RubyGems.org. You can support Ruby Central by attending or sponsoring a conference, or by joining as a supporting member.
Contributing
If you'd like to contribute to RubyGems, that's awesome, and we <3 you. Check out our guide to contributing for more information.
Code of Conduct
Everyone interacting in the RubyGems project’s codebases, issue trackers, chat rooms, and mailing lists is expected to follow the contributor code of conduct.
Owner metadata
- Name: The Ruby Programming Language
- Login: ruby
- Email: info@ruby-lang.org
- Kind: organization
- Description: Repositories related to the Ruby Programming language
- Website: https://www.ruby-lang.org/
- Location: Matsue, Japan
- Twitter:
- Company:
- Icon url: https://avatars.githubusercontent.com/u/210414?v=4
- Repositories: 171
- Last ynced at: 2023-04-09T03:40:20.875Z
- Profile URL: https://github.com/ruby
GitHub Events
Total
- Create event: 67
- Commit comment event: 2
- Release event: 5
- Delete event: 79
- Pull request event: 154
- Fork event: 9
- Discussion event: 1
- Issues event: 61
- Watch event: 33
- Issue comment event: 130
- Push event: 166
- Pull request review comment event: 76
- Pull request review event: 83
Last Year
- Create event: 67
- Commit comment event: 2
- Release event: 5
- Delete event: 79
- Pull request event: 154
- Fork event: 9
- Discussion event: 1
- Issues event: 61
- Watch event: 33
- Issue comment event: 130
- Push event: 166
- Pull request review comment event: 76
- Pull request review event: 83
Committers metadata
Last synced: about 1 month ago
Total Commits: 24,782
Total Committers: 1,249
Avg Commits per committer: 19.841
Development Distribution Score (DDS): 0.784
Commits in past year: 1,066
Committers in past year: 80
Avg Commits per committer in past year: 13.325
Development Distribution Score (DDS) in past year: 0.568
| Name | Commits | |
|---|---|---|
| David Rodríguez | d****z@r****t | 5360 |
| Eric Hodel | d****n@s****t | 3076 |
| Andre Arko | a****e@a****t | 2179 |
| Samuel Giddins | s****s@s****e | 1615 |
| Hiroshi SHIBATA | h****t@r****g | 1545 |
| Jim Weirich | j****h@g****m | 592 |
| Ryan Davis | r****y@z****m | 427 |
| The Bundler Bot | b****t@b****o | 409 |
| Terence Lee | h****2@g****m | 409 |
| dependabot[bot] | 4****] | 372 |
| José Valim | j****m@g****m | 369 |
| Carl Lerche | c****e@m****m | 299 |
| Chad Fowler | c****d@c****m | 278 |
| bronzdoc | l****0@g****m | 272 |
| Aaron Patterson | a****n@g****m | 227 |
| Evan Phoenix | e****n@f****t | 226 |
| Nobuyoshi Nakada | n****u@r****g | 195 |
| Carlhuda | c****a@e****m | 174 |
| Colby Swandale | me@c****i | 147 |
| Colby Swandale | c****y@t****m | 137 |
| Richard Kilmer | r****h@i****m | 127 |
| Ellen Marie Dash | me@d****o | 125 |
| Ian Ker-Seymer | i****r@g****m | 124 |
| Asutosh Palai | a****i@g****m | 123 |
| Daniel Berger | d****6@g****m | 120 |
| James Wen | j****5@c****u | 115 |
| Erik Hollensbe | e****k@h****g | 104 |
| wycats | w****s@g****m | 103 |
| Smit Shah | w****8@g****m | 101 |
| Homu | h****u@b****m | 92 |
| and 1219 more... | ||
Committer domains:
- shopify.com: 12
- redhat.com: 9
- engineyard.com: 6
- stripe.com: 5
- ruby-lang.org: 5
- gusto.com: 4
- zendesk.com: 4
- me.com: 4
- github.com: 4
- instructure.com: 4
- appfolio.com: 4
- clear-code.com: 3
- skroutz.gr: 3
- oracle.com: 3
- plataformatec.com.br: 2
- newrelic.com: 2
- coshx.com: 2
- gmx.de: 2
- wyeworks.com: 2
- yahoo.co.jp: 2
- cookpad.com: 2
- ontariosystems.com: 2
- mpr.org: 2
- squareup.com: 2
- kth.se: 2
- runtastic.com: 2
- example.org: 2
- localhost.localdomain: 2
- hollensbe.org: 2
- infoether.com: 2
- orien.io: 1
- tilde.io: 1
- dennisbloete.de: 1
- taplaboratories.com.au: 1
- crowdworks.co.jp: 1
- shayon.me: 1
- nyh.se: 1
- friendsoftheweb.com: 1
- glasnt.com: 1
- spkdev.net: 1
- leereilly.net: 1
- leoarnold.de: 1
- eduardobautista.com: 1
- durableprogramming.com: 1
- chalkos.net: 1
- haines.org.nz: 1
- renuo.ch: 1
- 5stops.com: 1
- nilsding.org: 1
- track.jonfram.net: 1
- wuputah.com: 1
- johnlabovitz.com: 1
- chronomantic.net: 1
- ttanimichi.com: 1
- showmax.com: 1
- johnstonclan.net: 1
- playtestcloud.com: 1
- member.fsf.org: 1
- ojab.ru: 1
- englund.nu: 1
- krigovsky.com: 1
- trebex.net: 1
- us.ibm.com: 1
- bamaru.de: 1
- psych0tik.net: 1
- stepsecurity.io: 1
- presidentbeef.com: 1
- idolhands.com: 1
- cmme.org: 1
- wilcoxd.com: 1
- thinkrelevance.com: 1
- oriontransfer.co.nz: 1
- cllns.com: 1
- code.org: 1
- tpope.net: 1
- palantir.com: 1
- stephencelis.com: 1
- collaborativedrug.com: 1
- xnlogic.com: 1
- chriskeele.com: 1
- shopfiy.com: 1
- ag-force.com: 1
- larshaugseth.com: 1
- wut.com: 1
- tigris.id.au: 1
- resistor.io: 1
- audioboo.fm: 1
- dhcp-25-242.brq.redhat.com: 1
- martinjagusch.com: 1
- smallbatchinc.com: 1
- scribd.com: 1
- anaconda.com: 1
- saticed.me.uk: 1
- basesecrete.com: 1
- roben.org: 1
- alexbcoles.com: 1
- alexkoppel.com: 1
- openmailbox.org: 1
- corgibytes.com: 1
- bravenet.com: 1
- tiredpixel.com: 1
- netskin.com: 1
- suse.com: 1
- savagexi.com: 1
- apache.org: 1
- janlelis.de: 1
- bleything.net: 1
- mabreys.com: 1
- gabrielgilder.com: 1
- nichol.ca: 1
- louis.info: 1
- pixelwareinc.com: 1
- daveramsey.com: 1
- loudthinking.com: 1
- stubhub.com: 1
- efficientcloud.com: 1
- edgeofthenet.org: 1
- sirupsen.com: 1
- livsey.org: 1
- cargomedia.ch: 1
- nibynic.com: 1
- philmonroe.com: 1
- acquia.com: 1
- debu.gs: 1
- meil.pw.edu.pl: 1
- lenary.co.uk: 1
- programming-perils.com: 1
- urbaninfluence.com: 1
- jetaggart.com: 1
- jaredbeck.com: 1
- whitepages.com: 1
- twobucks.co: 1
- webtrends.com: 1
- fryxell.info: 1
- moneysupermarket.com: 1
- google.com: 1
- nicksieger.com: 1
- baroquebobcat.com: 1
- h-lame.com: 1
- fesnel.com: 1
- staugaard.com: 1
- puzzle.ch: 1
- moeffju.net: 1
- viz.com: 1
- mat.cc: 1
- pocke.me: 1
- jjb.cc: 1
- gearheadforhire.com: 1
- onlyoffice.com: 1
- mattbrictson.com: 1
- kurtisrainboltgreene.name: 1
- greiz-reinsdorf.de: 1
- atdot.net: 1
- developwithstyle.com: 1
- laposte.net: 1
- ibglobalweb.com: 1
- atelierfabien.be: 1
- headius.com: 1
- ymail.com: 1
- alyssa.is: 1
- gravitext.com: 1
- lances.net: 1
- digitalpulp.com: 1
- supremetyrant.com: 1
- kieliszczyk.net: 1
- 173-150-97-93.pools.spcsdns.net: 1
- zacharyscott.net: 1
- carezone.com: 1
- bla.ir: 1
- nuclearsquid.com: 1
- sourcetagsandcodes.com: 1
- chastell.net: 1
- rubygems.org: 1
- simplybusiness.co.uk: 1
- sproutit.com: 1
- oceanshq.com: 1
- tablecheck.com: 1
- jonathanleighton.com: 1
- rhe.jp: 1
- on-site.com: 1
- ntk.me: 1
- clabs.org: 1
- hagelb.org: 1
- incrementalism.net: 1
- barosl.com: 1
- columbia.edu: 1
- duckie.co: 1
- taplaboratories.com: 1
- colby.fyi: 1
- fallingsnow.net: 1
- chadfowler.com: 1
- mac.com: 1
- bundler.io: 1
- zenspider.com: 1
- segiddins.me: 1
- arko.net: 1
- segment7.net: 1
- matijs.net: 1
- jnadeau.ca: 1
- garbagecollect.jp: 1
- ajwann.codes: 1
- rackspace.com: 1
- mozilla.com: 1
- dio.jp: 1
- steveklabnik.com: 1
- debian.org: 1
- patrickmetcalfe.com: 1
- mbf.nifty.com: 1
- boggs.xyz: 1
- bitsweat.net: 1
- jeremyevans.net: 1
- andremedeiros.info: 1
- zzak.io: 1
- sweetspotdiabetes.com: 1
- scaleout.jp: 1
- marketcircle.com: 1
- tmm1.net: 1
- nts.ricoh.co.jp: 1
- progra.de: 1
- develophp.org: 1
- handle.it: 1
- placed.com: 1
- aelogica.com: 1
- a13.fr: 1
- bitcetera.com: 1
- dievision.de: 1
- sj26.com: 1
- szemafor.com: 1
- sunpoet.net: 1
- larkfarm.com: 1
- opscode.com: 1
- sue445.net: 1
- tidelift.com: 1
- mrkn.jp: 1
- p.arndt.io: 1
- joelvanhorn.com: 1
- joshpeek.com: 1
- thinkpixellab.com: 1
- marc-andre.ca: 1
- coderanger.net: 1
- polycrystal.org: 1
- detailedbalance.net: 1
- born2code.net: 1
- sunfox.org: 1
- thomasmarshall.com: 1
- hotmail.it: 1
- pivotal.io: 1
- me.gregwerbin.com: 1
- deckmonitoring.com: 1
- jitter.eu: 1
- herostrat.us: 1
- rhnh.net: 1
- austinpray.com: 1
- benjaminfleischer.com: 1
- chai-monsters.com: 1
- zachahn.com: 1
- copiousfreetime.org: 1
- obsidianexchange.com: 1
- 6ftdan.com: 1
- idaemons.org: 1
- charliesomerville.com: 1
- scriptkiddie.org: 1
- kemitchell.com: 1
- jonathanmoss.me: 1
- boanderson.me: 1
- thefrontside.net: 1
- olivierlacan.com: 1
- joshualane.com: 1
- softwarelivre.org: 1
- benmorgan.io: 1
- extendhealth.com: 1
- typeful.net: 1
- peterhiggins.org: 1
- peterzhu.ca: 1
- lissismore.com: 1
- carllerche.com: 1
- stinky.com: 1
- riseup.net: 1
- huntclub.com: 1
- a.lexg.dev: 1
- mediadrive.ca: 1
- adamleach.uk: 1
- aprescott.com: 1
- siami.fr: 1
- aitor.is: 1
- superbaloo.net: 1
- ariejan.net: 1
- aejis.eu: 1
- aloop.org: 1
- harryl.com: 1
- theflow.de: 1
- obfusk.net: 1
- faun.me: 1
- erikj.me: 1
- colemando.com: 1
- wannawork.de: 1
- quorning.net: 1
- mossity.com: 1
- swig505.com: 1
- beancuke.com: 1
- bissy.io: 1
- farski.com: 1
- northcloud.com: 1
- chipcastle.com: 1
- homeday.de: 1
- sitnik.ru: 1
- verticalresponse.com: 1
- justworks.com: 1
- opensoul.org: 1
- wieldim.com: 1
- garbagebrain.org: 1
- unboxed.co: 1
- synthist.net: 1
- adilsoncarvalho.com.br: 1
- joshsoftware.com: 1
- sessionm.com: 1
- brainsware.org: 1
- builder.ai: 1
- andrewrdavis.net: 1
- cloudscaling.com: 1
- benhamill.com: 1
- erisx.com: 1
- chriscontinanza.com: 1
- cbaines.net: 1
- dvsuresh.me: 1
- zipcar.com: 1
- bloomberg.net: 1
- kubosch.no: 1
- paralaus.com: 1
- schito.me: 1
- skateman.eu: 1
- soona.co: 1
- bytedance.com: 1
- benevolentcode.com: 1
- bridge-u.com: 1
- teksol.info: 1
- menfin.info: 1
- gmx.ch: 1
- novoed.com: 1
- addfour.co: 1
- danfinnie.com: 1
- jhu.edu: 1
- pivotallabs.com: 1
- cleal.org: 1
- flameeyes.eu: 1
- duke.edu: 1
- fastly.com: 1
- tjwallace.ca: 1
- bluekai.com: 1
- sixtwothree.org: 1
- softace.dk: 1
- kauppi.la: 1
- krutisch.de: 1
- tracefunc.com: 1
- floehopper.org: 1
- jameskerrane.com: 1
- yob.id.au: 1
- mauromorales.com: 1
- mpj.me: 1
- magoazul.com: 1
- mattwynne.net: 1
- mattwrock.com: 1
- mattwildig.co.uk: 1
- procore.com: 1
- jhass.eu: 1
- hefner.pro: 1
- allard.io: 1
- burningbush.us: 1
- johnkeiser.com: 1
- netpurgatory.com: 1
- salsify.com: 1
- codekindly.com: 1
- whileimautomaton.net: 1
- kakutani.com: 1
- ap.org: 1
- elysium.co.jp: 1
- sonicgarden.jp: 1
- hughbien.com: 1
- opensuse.org: 1
- hashrocket.com: 1
- zeha.at: 1
- etehtsea.me: 1
- meter.com: 1
- kenyonralph.com: 1
- bitwrangler.com: 1
- callcc.net: 1
- suse.de: 1
- intergga.ch: 1
- tosh.io: 1
- zarb.org: 1
- induktiv.at: 1
- mensfeld.pl: 1
- canonical.com: 1
- holmwood.id.au: 1
- lstoll.net: 1
- godfat.org: 1
- singlebrook.com: 1
- footle.org: 1
- mcchouse.com: 1
- occupationbliss.com: 1
- monogreen.de: 1
- amerine.net: 1
- kingant.net: 1
- quaran.to: 1
- nickpellant.com: 1
- nickcharlton.net: 1
- nathanielbibler.com: 1
- blackcarrot.be: 1
- perham.net: 1
- toptal.com: 1
- faeriemud.org: 1
- mdeering.com: 1
- marburger.cc: 1
- cainlevy.net: 1
- shakenbu.org: 1
- evilmartians.com: 1
- users.noreply.gitlab.com: 1
- ikcrm.com: 1
- homeaway.com: 1
- lucianosousa.net: 1
- covermymeds.com: 1
- quipper.com: 1
- email.sorry: 1
- u2i.com: 1
- jarvis.co: 1
- bitwi.se: 1
- heroku.com: 1
- uscis.dhs.gov: 1
- typekit.com: 1
- redpointtech.com: 1
- tribesports.com: 1
- artweb-design.de: 1
- deheus.net: 1
- matasano.com: 1
- ecraft.com: 1
- samsm.com: 1
- infibeam.net: 1
- gitlab.com: 1
- thisisdmg.com: 1
- xair.fr: 1
- itransition.com: 1
- medioh.com: 1
- thefrontiergroup.com.au: 1
- rightscale.com: 1
- bbc.co.uk: 1
- bizo.com: 1
- wm720l44010a.(none): 1
- 99-204-89-33.pools.spcsdns.net: 1
- olery.com: 1
- leventepolyak.net: 1
- sutty.nl: 1
- hituzi-no-sippo.me: 1
- manuraj.dev: 1
- tdtds.jp: 1
- fsij.org: 1
- redarc.com.au: 1
- latrobest.com: 1
- timfischbach.de: 1
- tomlea.co.uk: 1
- vito.io: 1
- osyoyu.com: 1
- hey.com: 1
- toolmantim.com: 1
- puppet.com: 1
- easy.cz: 1
- podtynnyi.com: 1
- bettermistak.es: 1
- stevenrbaker.com: 1
- illinois.edu: 1
- stevej.name: 1
- touset.org: 1
- sema.in: 1
- creativequeries.com: 1
- bonaroo.nl: 1
- hisme.net: 1
- jesters-court.net: 1
- .(none): 1
- valodzka.name: 1
- helleboid.net: 1
- sfedb.com: 1
- econify.com: 1
- hashref.com: 1
- tinfoilsecurity.com: 1
- sl.id.au: 1
- insoftint.com: 1
- davidcelis.com: 1
- djones.eu: 1
- netbooks.com: 1
- vibes.com: 1
- student.42.fr: 1
- capitalone.com: 1
- onesignal.com: 1
- xing.com: 1
- mail.mil: 1
- activeplatform.com: 1
- rubiii.com: 1
- opsb.co.uk: 1
- busyloop.net: 1
- mokhan.ca: 1
- thekompanee.com: 1
- sharpsaw.org: 1
- abv.bg: 1
- uasi.jp: 1
- polishgeeks.com: 1
- mon.fish: 1
- chef.io: 1
- schilling.io: 1
- prevailhs.com: 1
- viget.com: 1
- internetfamo.us: 1
- sneer.org: 1
- dashingrocket.com: 1
- carbonfive.com: 1
- restorando.com: 1
- twitter.com: 1
- enova.com: 1
- gotime.com: 1
- parcydo.com: 1
- salimane.com: 1
- elastic.co: 1
- magiclabs.de: 1
- ultrasaurus.com: 1
- bsdpower.com: 1
- uottawa.ca: 1
- hands.net.nz: 1
- seanarnold.co.nz: 1
- abshere.net: 1
- tadman.ca: 1
- usainnov.com: 1
- timgroup.com: 1
- slonopotamus.org: 1
- bernays.org: 1
- ipepe.pl: 1
- starkast.net: 1
- modal.org: 1
- utilum.com: 1
- iprog.com: 1
- dblock.org: 1
- 46halbe.de: 1
- qq.com: 1
- popdog.net: 1
- muszaki.info: 1
- bitfission.com: 1
- jc00ke.com: 1
- tankfarm.io: 1
- huawei.com: 1
- free.fr: 1
- users.osdn.me: 1
- iugu.com: 1
- intertwingly.net: 1
- sampohlenz.com: 1
- sampierson.com: 1
- reprocessed.org: 1
Issue and Pull Request metadata
Last synced: 29 days ago
Total issues: 15
Total pull requests: 39
Average time to close issues: 11 months
Average time to close pull requests: 4 days
Total issue authors: 15
Total pull request authors: 17
Average comments per issue: 3.4
Average comments per pull request: 0.9
Merged pull request: 19
Bot issues: 0
Bot pull requests: 0
Past year issues: 13
Past year pull requests: 39
Past year average time to close issues: 9 days
Past year average time to close pull requests: 4 days
Past year issue authors: 13
Past year pull request authors: 17
Past year average comments per issue: 3.31
Past year average comments per pull request: 0.9
Past year merged pull request: 19
Past year bot issues: 0
Past year bot pull requests: 0
Top Issue Authors
- SpamapS (1)
- jcoyne (1)
- colby-swandale (1)
- schneems (1)
- yahonda (1)
- travisTheOrange (1)
- voxik (1)
- forthrin (1)
- deivid-rodriguez (1)
- eregon (1)
- junaruga (1)
- wscourge (1)
- rzane (1)
- jscheid (1)
- shamefulCake1 (1)
Top Pull Request Authors
- hsbt (14)
- tenderlove (4)
- baweaver (3)
- afurm (2)
- eileencodes (2)
- jeremyevans (2)
- Edouard-chin (2)
- seuros (1)
- ChrisBr (1)
- kou (1)
- dysonreturns (1)
- panozzaj (1)
- JasonLunn (1)
- nobu (1)
- costa (1)
Top Issue Labels
- Bundler (11)
- RubyGems (2)
Top Pull Request Labels
- rubygems: skip changelog (6)
- bundler: enhancement (4)
- bundler: skip changelog (4)
- rubygems: feature (3)
- rubygems: bug fix (2)
- bundler: bug fix (2)
- bundler: feature (2)
- bundler: breaking change (1)
Package metadata
- Total packages: 4
-
Total downloads:
- rubygems: 7,509,431,938 total
- Total docker downloads: 11,453,962,614
- Total dependent packages: 70,029 (may contain duplicates)
- Total dependent repositories: 226,041 (may contain duplicates)
- Total versions: 1,444
- Total maintainers: 2
- Total advisories: 60
gem.coop: bundler
Bundler manages an application's dependencies through its entire life, across many machines, systematically and repeatably
- Homepage: https://bundler.io/
- Documentation: http://www.rubydoc.info/gems/bundler/
- Licenses: MIT
- Latest release: 4.0.5 (published about 1 month ago)
- Last Synced: 2026-02-01T12:59:17.323Z (30 days ago)
- Versions: 415
- Dependent Packages: 0
- Dependent Repositories: 0
- Downloads: 3,160,357,644 Total
- Docker Downloads: 4,447,461,832
-
Rankings:
- Downloads: 0.0%
- Dependent repos count: 0.0%
- Dependent packages count: 0.0%
- Average: 0.001%
- Docker downloads count: 0.005%
- Maintainers (1)
- Advisories:
gem.coop: rubygems-update
A package (also known as a library) contains a set of functionality that can be invoked by a Ruby program, such as reading and parsing an XML file. We call these packages 'gems' and RubyGems is a tool to install, create, manage and load these packages in your Ruby environment. RubyGems is also a client for RubyGems.org, a public repository of Gems that allows you to publish a Gem that can be shared and used by other developers. See our guide on publishing a Gem at guides.rubygems.org
- Homepage: https://guides.rubygems.org
- Documentation: http://www.rubydoc.info/gems/rubygems-update/
- Licenses: Ruby,MIT
- Latest release: 4.0.5 (published about 1 month ago)
- Last Synced: 2026-02-02T07:14:15.701Z (29 days ago)
- Versions: 307
- Dependent Packages: 0
- Dependent Repositories: 0
- Downloads: 594,219,070 Total
- Docker Downloads: 1,279,519,475
-
Rankings:
- Dependent repos count: 0.0%
- Dependent packages count: 0.0%
- Average: 0.026%
- Downloads: 0.032%
- Docker downloads count: 0.072%
- Maintainers (2)
-
Funding:
- https://rubycentral.org/#/portal/signup
-
Advisories:
- RubyGems Improper Input Validation vulnerability
- RubyGems has Origin Validation Error vulnerability
- RubyGems Delete directory using symlink when decompressing tar
- RubyGems Deserialization of Untrusted Data vulnerability
- RubyGems Improper Input Validation vulnerability
- RubyGems vulnerable to Deserialization of Untrusted Data
- RubyGems may allow a maliciously crafted gem to overwrite files
- RubyGems Code Injection vulnerability
- Code injection in RubyGems
- RubyGems HTTPS to HTTP redirect
- RubyGems Improper Input Validation vulnerability
- RubyGems Link Following vulnerability
- RubyGems Regular Expression Denial of Service
- RubyGems Path Traversal vulnerability
- RubyGems Regular Expression Denial of Service vulnerability
- RubyGems Escape sequence injection vulnerability in gem owner
- RubyGems Improper Verification of Cryptographic Signature vulnerability
- RubyGems Escape sequence injection in errors
- RubyGems file overwrite vulnerability
- RubyGems Escape sequence injection vulnerability in verbose
- RubyGems does not verify SSL certificate
- RubyGems vulnerable to DNS hijack attack
- RubyGems Escape sequence injection vulnerability in api response handling
- RubyGems Infinite Loop vulnerability
- RubyGems Cross-site Scripting vulnerability
rubygems.org: bundler
Bundler manages an application's dependencies through its entire life, across many machines, systematically and repeatably
- Homepage: https://bundler.io/
- Documentation: http://www.rubydoc.info/gems/bundler/
- Licenses: MIT
- Latest release: 4.0.5 (published about 1 month ago)
- Last Synced: 2026-02-02T01:11:00.103Z (29 days ago)
- Versions: 415
- Dependent Packages: 70,013
- Dependent Repositories: 225,927
- Downloads: 3,160,709,255 Total
- Docker Downloads: 4,447,461,832
-
Rankings:
- Downloads: 0.0%
- Dependent packages count: 0.001%
- Docker downloads count: 0.007%
- Dependent repos count: 0.093%
- Average: 0.138%
- Forks count: 0.138%
- Stargazers count: 0.588%
- Maintainers (1)
- Advisories:
rubygems.org: rubygems-update
A package (also known as a library) contains a set of functionality that can be invoked by a Ruby program, such as reading and parsing an XML file. We call these packages 'gems' and RubyGems is a tool to install, create, manage and load these packages in your Ruby environment. RubyGems is also a client for RubyGems.org, a public repository of Gems that allows you to publish a Gem that can be shared and used by other developers. See our guide on publishing a Gem at guides.rubygems.org
- Homepage: https://guides.rubygems.org
- Documentation: http://www.rubydoc.info/gems/rubygems-update/
- Licenses: Ruby,MIT
- Latest release: 4.0.5 (published about 1 month ago)
- Last Synced: 2026-01-31T04:09:39.824Z (about 1 month ago)
- Versions: 307
- Dependent Packages: 16
- Dependent Repositories: 114
- Downloads: 594,145,969 Total
- Docker Downloads: 1,279,519,475
-
Rankings:
- Downloads: 0.018%
- Forks count: 0.142%
- Docker downloads count: 0.149%
- Stargazers count: 0.385%
- Average: 0.762%
- Dependent packages count: 1.232%
- Dependent repos count: 2.644%
- Maintainers (2)
-
Funding:
- https://rubycentral.org/#/portal/signup
-
Advisories:
- RubyGems HTTPS to HTTP redirect
- RubyGems does not verify SSL certificate
- RubyGems Regular Expression Denial of Service
- RubyGems Improper Input Validation vulnerability
- RubyGems Path Traversal vulnerability
- RubyGems vulnerable to DNS hijack attack
- RubyGems Regular Expression Denial of Service vulnerability
- RubyGems Improper Input Validation vulnerability
- RubyGems Deserialization of Untrusted Data vulnerability
- RubyGems Improper Verification of Cryptographic Signature vulnerability
- RubyGems Improper Input Validation vulnerability
- RubyGems Cross-site Scripting vulnerability
- RubyGems Infinite Loop vulnerability
- RubyGems vulnerable to Deserialization of Untrusted Data
- RubyGems may allow a maliciously crafted gem to overwrite files
- RubyGems has Origin Validation Error vulnerability
- RubyGems Code Injection vulnerability
- RubyGems Link Following vulnerability
- RubyGems file overwrite vulnerability
- RubyGems Escape sequence injection in errors
- RubyGems Delete directory using symlink when decompressing tar
- Code injection in RubyGems
- RubyGems Escape sequence injection vulnerability in verbose
- RubyGems Escape sequence injection vulnerability in gem owner
- RubyGems Escape sequence injection vulnerability in api response handling
Dependencies
- actions/checkout 3df4ab11eba7bda6032a0b82a6bb43b11571feac composite
- ruby/setup-ruby 52b8784594ec115fd17094752708121dc5dabb47 composite
- actions/checkout 3df4ab11eba7bda6032a0b82a6bb43b11571feac composite
- actions/setup-java 0ab4596768b603586c0de567f2430c30f5b0d2b0 composite
- ruby/setup-ruby 52b8784594ec115fd17094752708121dc5dabb47 composite
- actions/checkout 3df4ab11eba7bda6032a0b82a6bb43b11571feac composite
- actions/download-artifact 9bc31d5ccc31df68ecc42ccf4149144866c47d8a composite
- actions/upload-artifact a8a3f3ad30e3422c9c7b888a15615d19a852ae32 composite
- ruby/setup-ruby 52b8784594ec115fd17094752708121dc5dabb47 composite
- actions/checkout 3df4ab11eba7bda6032a0b82a6bb43b11571feac composite
- ruby/setup-ruby 52b8784594ec115fd17094752708121dc5dabb47 composite
- actions/checkout 3df4ab11eba7bda6032a0b82a6bb43b11571feac composite
- ruby/setup-ruby 52b8784594ec115fd17094752708121dc5dabb47 composite
- ruby/setup-ruby-pkgs 070791aab73b96ab166e572b2e4a0f056c410394 composite
- actions/checkout 3df4ab11eba7bda6032a0b82a6bb43b11571feac composite
- github/codeql-action/upload-sarif cdcdbb579706841c47f7063dda365e292e5cad7a composite
- ossf/scorecard-action 08b4669551908b1024bb425080c797723083c031 composite
- actions/checkout 3df4ab11eba7bda6032a0b82a6bb43b11571feac composite
- ruby/setup-ruby 52b8784594ec115fd17094752708121dc5dabb47 composite
- actions/checkout 3df4ab11eba7bda6032a0b82a6bb43b11571feac composite
- ruby/setup-ruby 52b8784594ec115fd17094752708121dc5dabb47 composite
- actions/checkout 3df4ab11eba7bda6032a0b82a6bb43b11571feac composite
- ruby/setup-ruby 52b8784594ec115fd17094752708121dc5dabb47 composite
- actions/checkout 3df4ab11eba7bda6032a0b82a6bb43b11571feac composite
- demo >= 0
- jruby-jars ~> 9.2
- warbler ~> 2.0
- bundler 2.5.0.dev
- demo 1.0
- jruby-jars 9.2.16.0
- jruby-rack 1.1.21
- rake 13.0.1
- rubyzip 1.3.0
- warbler 2.0.5
- actions/checkout de0fac2e4500dabe0009e67214ff5f5447ce83dd composite
- re-actors/alls-green 05ac9388f0aebcb5727afa17fcccfecd6f8ec5fe composite
- actions/checkout de0fac2e4500dabe0009e67214ff5f5447ce83dd composite
- actions/create-github-app-token 29824e69f54612133e76f7eaac726eef6c875baf composite
- convictional/trigger-workflow-and-wait f69fa9eedd3c62a599220f4d5745230e237904be composite
- aho-corasick 0.7.20
- bindgen 0.69.1
- bitflags 2.3.3
- cexpr 0.6.0
- cfg-if 1.0.0
- clang-sys 1.4.0
- glob 0.3.0
- lazy_static 1.4.0
- lazycell 1.3.0
- libc 0.2.138
- libloading 0.7.4
- memchr 2.5.0
- minimal-lexical 0.2.1
- nom 7.1.1
- peeking_take_while 0.1.2
- proc-macro2 1.0.66
- quote 1.0.32
- rb-sys 0.9.124
- rb-sys-build 0.9.124
- regex 1.7.0
- regex-syntax 0.6.28
- rustc-hash 1.1.0
- shell-words 1.1.0
- shlex 1.3.0
- syn 2.0.28
- unicode-ident 1.0.5
- winapi 0.3.9
- winapi-i686-pc-windows-gnu 0.4.0
- winapi-x86_64-pc-windows-gnu 0.4.0
- aho-corasick 0.7.20
- bindgen 0.69.1
- bitflags 2.3.3
- cexpr 0.6.0
- cfg-if 1.0.0
- clang-sys 1.4.0
- glob 0.3.0
- lazy_static 1.4.0
- lazycell 1.3.0
- libc 0.2.138
- libloading 0.7.4
- memchr 2.5.0
- minimal-lexical 0.2.1
- nom 7.1.1
- peeking_take_while 0.1.2
- proc-macro2 1.0.66
- quote 1.0.32
- rb-sys 0.9.124
- rb-sys-build 0.9.124
- regex 1.7.0
- regex-syntax 0.6.28
- rustc-hash 1.1.0
- shell-words 1.1.0
- shlex 1.3.0
- syn 2.0.28
- unicode-ident 1.0.5
- winapi 0.3.9
- winapi-i686-pc-windows-gnu 0.4.0
- winapi-x86_64-pc-windows-gnu 0.4.0
- ruby 3.4-alpine@sha256 build
- codespell ==2.4.1
- yamllint ==1.38.0
- zizmor ==1.22.0
- tapioca >= 0
- bundler 4.1.0.dev
- erubi 1.13.1
- netrc 0.11.0
- parallel 1.26.3
- prism 1.3.0
- rbi 0.2.2
- sorbet 0.5.11725
- sorbet-runtime 0.5.11725
- sorbet-static 0.5.11725
- sorbet-static-and-runtime 0.5.11725
- spoom 1.5.0
- tapioca 0.16.6
- thor 1.4.0
- yard 0.9.37
- yard-sorbet 0.9.0
Score: 39.120469859756604