<?xml version="1.0"?>
<?xml-stylesheet type="text/xsl" href="/rss.xsl.xml"?>
<rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/">
<channel>
    <title>Changes in Gemfile</title>
    <description></description>
    <language>en</language>
    <copyright>Copyright 2015</copyright>
    <generator>Java</generator><item>
        <title>8daa3bcb - [tools] Remove ethon override (#23543)</title>
        <link>http://172.16.0.5:8080/history/expo/Gemfile#8daa3bcb</link>
        <description>[tools] Remove ethon override (#23543)

            List of files:
            /expo/Gemfile</description>
        <pubDate>Mon, 17 Jul 2023 13:38:37 +0000</pubDate>
        <dc:creator>James Ide &lt;ide@users.noreply.github.com&gt;</dc:creator>
    </item>
<item>
        <title>aae3986d - Update CocoaPods to 1.12.1 (#22238)</title>
        <link>http://172.16.0.5:8080/history/expo/Gemfile#aae3986d</link>
        <description>Update CocoaPods to 1.12.1 (#22238)Co-authored-by: Tomasz Sapeta &lt;tsapeta@users.noreply.github.com&gt;

            List of files:
            /expo/Gemfile</description>
        <pubDate>Mon, 24 Apr 2023 09:22:51 +0000</pubDate>
        <dc:creator>Tomasz Sapeta &lt;tomasz.sapeta@swmansion.com&gt;</dc:creator>
    </item>
<item>
        <title>9e4ebed2 - [fastlane] Bump version</title>
        <link>http://172.16.0.5:8080/history/expo/Gemfile#9e4ebed2</link>
        <description>[fastlane] Bump version

            List of files:
            /expo/Gemfile</description>
        <pubDate>Tue, 26 Apr 2022 01:19:53 +0000</pubDate>
        <dc:creator>Brent Vatne &lt;brentvatne@gmail.com&gt;</dc:creator>
    </item>
<item>
        <title>08b7e930 - Update CocoaPods to 1.11.2</title>
        <link>http://172.16.0.5:8080/history/expo/Gemfile#08b7e930</link>
        <description>Update CocoaPods to 1.11.2

            List of files:
            /expo/Gemfile</description>
        <pubDate>Sun, 07 Nov 2021 18:57:09 +0000</pubDate>
        <dc:creator>Tomasz Sapeta &lt;tsapeta@users.noreply.github.com&gt;</dc:creator>
    </item>
<item>
        <title>b06bc4e0 - Update fastlane</title>
        <link>http://172.16.0.5:8080/history/expo/Gemfile#b06bc4e0</link>
        <description>Update fastlane

            List of files:
            /expo/Gemfile</description>
        <pubDate>Tue, 05 Oct 2021 05:19:33 +0000</pubDate>
        <dc:creator>Brent Vatne &lt;brentvatne@gmail.com&gt;</dc:creator>
    </item>
<item>
        <title>45bef721 - Update CocoaPods to 1.11.0 (#14378)</title>
        <link>http://172.16.0.5:8080/history/expo/Gemfile#45bef721</link>
        <description>Update CocoaPods to 1.11.0 (#14378)

            List of files:
            /expo/Gemfile</description>
        <pubDate>Fri, 10 Sep 2021 19:44:12 +0000</pubDate>
        <dc:creator>Tomasz Sapeta &lt;tomasz.sapeta@swmansion.com&gt;</dc:creator>
    </item>
<item>
        <title>6700d240 - [ios] Update CocoaPods to 1.10.2 (#14037)</title>
        <link>http://172.16.0.5:8080/history/expo/Gemfile#6700d240</link>
        <description>[ios] Update CocoaPods to 1.10.2 (#14037)

            List of files:
            /expo/Gemfile</description>
        <pubDate>Thu, 12 Aug 2021 17:15:33 +0000</pubDate>
        <dc:creator>Tomasz Sapeta &lt;tomasz.sapeta@swmansion.com&gt;</dc:creator>
    </item>
<item>
        <title>40530249 - [gemfile] Update ethon to avoid segmentation fault crashes on M1</title>
        <link>http://172.16.0.5:8080/history/expo/Gemfile#40530249</link>
        <description>[gemfile] Update ethon to avoid segmentation fault crashes on M1

            List of files:
            /expo/Gemfile</description>
        <pubDate>Fri, 11 Jun 2021 10:27:43 +0000</pubDate>
        <dc:creator>Tomasz Sapeta &lt;tsapeta@users.noreply.github.com&gt;</dc:creator>
    </item>
<item>
        <title>98cc5488 - [ios] Upgrade CocoaPods to 1.10.1</title>
        <link>http://172.16.0.5:8080/history/expo/Gemfile#98cc5488</link>
        <description>[ios] Upgrade CocoaPods to 1.10.1

            List of files:
            /expo/Gemfile</description>
        <pubDate>Sat, 13 Feb 2021 16:37:57 +0000</pubDate>
        <dc:creator>Tomasz Sapeta &lt;tsapeta@users.noreply.github.com&gt;</dc:creator>
    </item>
<item>
        <title>bbfaa29f - [repo] Upgrade Ruby dependencies (#11044)</title>
        <link>http://172.16.0.5:8080/history/expo/Gemfile#bbfaa29f</link>
        <description>[repo] Upgrade Ruby dependencies (#11044)# WhyI noticed Ruby got recently upgraded &#8212; https://github.com/expo/expo/commit/32491227db0716485556d996dd390f76d0963599. So I installed the recommended version. Then I went to see if pod installation still works with new Ruby and noticed the installed CP version prints many unnecessary warnings like```/Users/sjchmiela/Applications/expo/.direnv/ruby/gems/cocoapods-core-1.9.3/lib/cocoapods-core/cdn_source.rb:342: warning: URI.escape is obsolete```Then I checked out CocoaPods releases, noticed there&apos;s one we could upgrade to, upgraded and here we are.# HowUpdated versions in `Gemfile` to latest, ran `bundle install` and then `pod install` in both `ios` directories in the repository.# Test PlanI have verified Expo Client compiles and runs.

            List of files:
            /expo/Gemfile</description>
        <pubDate>Tue, 17 Nov 2020 15:22:34 +0000</pubDate>
        <dc:creator>Stanis&#322;aw Chmiela &lt;sjchmiela@users.noreply.github.com&gt;</dc:creator>
    </item>
<item>
        <title>03170ecb - [repo] update fastlane to 2.159.0</title>
        <link>http://172.16.0.5:8080/history/expo/Gemfile#03170ecb</link>
        <description>[repo] update fastlane to 2.159.0

            List of files:
            /expo/Gemfile</description>
        <pubDate>Fri, 11 Sep 2020 01:15:45 +0000</pubDate>
        <dc:creator>Eric Samelson &lt;eric@expo.io&gt;</dc:creator>
    </item>
<item>
        <title>72e735a9 - Update CocoaPods to 1.9.3</title>
        <link>http://172.16.0.5:8080/history/expo/Gemfile#72e735a9</link>
        <description>Update CocoaPods to 1.9.3Podfile locks have already been generated with this version

            List of files:
            /expo/Gemfile</description>
        <pubDate>Fri, 31 Jul 2020 09:59:19 +0000</pubDate>
        <dc:creator>Tomasz Sapeta &lt;tsapeta@users.noreply.github.com&gt;</dc:creator>
    </item>
<item>
        <title>131ae183 - Update fastlane to 2.149.1</title>
        <link>http://172.16.0.5:8080/history/expo/Gemfile#131ae183</link>
        <description>Update fastlane to 2.149.1

            List of files:
            /expo/Gemfile</description>
        <pubDate>Thu, 18 Jun 2020 08:24:56 +0000</pubDate>
        <dc:creator>Tomasz Sapeta &lt;tsapeta@users.noreply.github.com&gt;</dc:creator>
    </item>
<item>
        <title>539625ca - [repo] Upgrade CocoaPods and Fastlane (#8560)</title>
        <link>http://172.16.0.5:8080/history/expo/Gemfile#539625ca</link>
        <description>[repo] Upgrade CocoaPods and Fastlane (#8560)# WhyWhen running `git pull` I noticed a strangely long output mentioning a lot of new `.xcconfig`s so I went to see when and why they were added. The commit adding them was [Publish expo-permissions, expo-notifications](https://github.com/expo/expo/commit/264a8722e01eb91cf1ec20eb5bdd09dd26fb829d). This does not sound like a commit that willingly upgrades CocoaPods used throughout the repository (which it did), so I decided to:- fix the long-standing problem of `pod` being used not-from-the-bundle- upgrade CocoaPods and Fastlane while I&apos;m at it# How- updated version requirement for CocoaPods to `~&gt; 1.9.1`- had to run `gem install bundler:2.1.4` even though I thought I&apos;ve already run this command some time before- ran `bundle install` to install new CocoaPods- updated version requirement for Fastlane to `~&gt; 2.148.0`- ran `bundle install` to install new CocoaPods- added `pod` and `fastlane` executables to the `bin` directory that are similar to `lock` executable&#8212;they are like an alias that makes `pod &lt;X&gt;` resolve to `bundle exec pod &lt;X&gt;` which should ensure that `pod` commands will fail if they would not resolve to the version installed by the bundler    (In fact, `bundle install` installs its own executable commands under `.direnv/bin/`, but&#8230; you first have to run `bundle install` to have them, fail on `bundle exec pod&#8230;` should make it clear for the developers to install pods this way.)This commit also updates Pods of `react-native-safe-area-context` in `bare-expo`.# Test Plan- Ran `where pod`, verified that `/Users/sjchmiela/Applications/expo/bin/pod` is on the list.- Ran `bundle exec pod install` in `ios`, verified that it installs pods properly- Ran `pod install`, verified that it installs pods properly

            List of files:
            /expo/Gemfile</description>
        <pubDate>Mon, 01 Jun 2020 08:25:50 +0000</pubDate>
        <dc:creator>Stanis&#322;aw Chmiela &lt;sjchmiela@users.noreply.github.com&gt;</dc:creator>
    </item>
<item>
        <title>f7c5030c - [workspace] Install extra Ruby deps (#7851)</title>
        <link>http://172.16.0.5:8080/history/expo/Gemfile#f7c5030c</link>
        <description>[workspace] Install extra Ruby deps (#7851)# WhyWe want to keep a single version of `cocoapods` and `xcpretty` among the contributors too.# HowAdded the `cocoapods` and `xcpretty` to root `Gemfile`.# Test PlanI have confirmed that once the gems are installed and we go out from the workspace and into, again, `pod` resolves to `pod` installed from the `Gemfile` (eg. `/Users/sjchmiela/Applications/expo/.direnv/bin/pod`).

            List of files:
            /expo/Gemfile</description>
        <pubDate>Wed, 15 Apr 2020 08:52:39 +0000</pubDate>
        <dc:creator>Stanis&#322;aw Chmiela &lt;sjchmiela@users.noreply.github.com&gt;</dc:creator>
    </item>
<item>
        <title>ef80677c - Remove nix</title>
        <link>http://172.16.0.5:8080/history/expo/Gemfile#ef80677c</link>
        <description>Remove nix

            List of files:
            /expo/Gemfile</description>
        <pubDate>Tue, 07 Apr 2020 21:34:55 +0000</pubDate>
        <dc:creator>Nick Novitski &lt;github@nicknovitski.com&gt;</dc:creator>
    </item>
</channel>
</rss>
